summaryrefslogtreecommitdiff
path: root/devel/libzvbi
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 10:34:51 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 10:34:51 +0000
commitb7cf9f98963e3eed471352b50591ee3947196399 (patch)
treed4af73b8bafd87db170170034ad7c0ff8427746f /devel/libzvbi
parentBROKEN on 5.1: does not compile (diff)
Back out previous commit; the build error was fixed already.
Apologies to: oliver
Notes
Notes: svn path=/head/; revision=81210
Diffstat (limited to 'devel/libzvbi')
-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>