diff options
Diffstat (limited to 'devel/clint/Makefile')
-rw-r--r-- | devel/clint/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/clint/Makefile b/devel/clint/Makefile index 4bd2d7a97353..ad9b319d6534 100644 --- a/devel/clint/Makefile +++ b/devel/clint/Makefile @@ -8,7 +8,7 @@ PORTNAME= clint PORTVERSION= 0.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,11 +26,6 @@ INFO= clint .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= Does not compile on FreeBSD >= 5.x -USE_GCC= 3.3 -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ |