diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-05-03 17:59:18 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-05-03 17:59:18 +0000 |
commit | be8b1637a3378eca5ae865cd922e7fe077f12996 (patch) | |
tree | 32599f7cac98a9166c9bc621f47f769c70e66e79 /net/yaz++/Makefile | |
parent | 0e2e5553a9f5b6baa73026e4562ca3861f5b3acb (diff) |
Notes
Diffstat (limited to 'net/yaz++/Makefile')
-rw-r--r-- | net/yaz++/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/net/yaz++/Makefile b/net/yaz++/Makefile index 1cf39f992931..0e233ea19968 100644 --- a/net/yaz++/Makefile +++ b/net/yaz++/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yaz++ -PORTVERSION= 0.6 +PORTVERSION= 0.8 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz++/ @@ -19,12 +19,4 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-shared --with-yazconfig=${LOCALBASE}/bin INSTALLS_SHLIB= yes -MAN8= yaz-proxy.8 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |