diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:28:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:28:52 +0000 |
commit | 06465908a8c4a92f78bc837d68b3e344eade6851 (patch) | |
tree | f7fd52a9dc3818acb0ff0f332badc3375d145396 /net/ntop | |
parent | Use failsafe rmdir commands to avoid pkg_deinstall complaints if (diff) |
BROKEN on 5.1: does not compile
Notes
Notes:
svn path=/head/; revision=81238
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index fe22f59a1451..2db96ba3903d 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -24,6 +24,12 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libgdc.a:${PORTSDIR}/graphics/gdchart RUN_DEPENDS= ${LOCALBASE}/lib/libgdc.a:${PORTSDIR}/graphics/gdchart LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + # ntop will store its runtime database files in ${DBDIR}/ntop/ DBDIR?= /var/db @@ -46,7 +52,6 @@ CONFIGURE_ARGS= --localstatedir=${DBDIR} \ CONFIGURE_ARGS+= --enable-tcpwrap .endif -.include <bsd.port.pre.mk> .if ${OSVERSION} < 400014 LIB_DEPENDS+= ssl.3:${PORTSDIR}/security/openssl CONFIGURE_ARGS+= --with-ossl-root=${LOCALBASE} |