diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 10:34:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 10:34:51 +0000 |
commit | b7cf9f98963e3eed471352b50591ee3947196399 (patch) | |
tree | d4af73b8bafd87db170170034ad7c0ff8427746f /devel/libzvbi | |
parent | d500c1cc50f23b0489994e29a3a20f32a3cb441d (diff) | |
download | ports-b7cf9f98963e3eed471352b50591ee3947196399.tar.gz ports-b7cf9f98963e3eed471352b50591ee3947196399.zip |
Notes
Diffstat (limited to 'devel/libzvbi')
-rw-r--r-- | devel/libzvbi/Makefile | 8 |
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> |