Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net-mgmt/ipcad/Makefile,v retrieving revision 1.19 diff -u -p -r1.19 Makefile --- Makefile 23 Apr 2007 03:16:13 -0000 1.19 +++ Makefile 26 Mar 2008 16:23:03 -0000 @@ -27,13 +27,10 @@ MAN8= ipcad.8 .include -.if ${OSVERSION} >= 700015 -BROKEN= Does not compile on FreeBSD >= 7.0 -.endif - post-patch: @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \ - s|/usr/local|${PREFIX}|g' ${WRKSRC}/configure + s|/usr/local|${PREFIX}|g; s|pthread_detach|pthread_create|g'\ + ${WRKSRC}/configure post-install: @${STRIP_CMD} ${PREFIX}/bin/ipcad