aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libzvbi/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/libzvbi/Makefile b/devel/libzvbi/Makefile
index 138277cd59da..9febc17a23be 100644
--- a/devel/libzvbi/Makefile
+++ b/devel/libzvbi/Makefile
@@ -28,13 +28,7 @@ CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE}/include \
CONFIGURE_ENV= CC="$(CC) -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -L/usr/lib"
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile"
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>