diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 20:28:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 20:28:52 +0800 |
commit | f761662b1632dee3a8fbaf948f35ef29e8d835d2 (patch) | |
tree | 882062801182eb44a2bc470ad915491da836a402 /net | |
parent | c69880aad27496bdfdf9b663d7e713b4b8c10e72 (diff) | |
download | freebsd-ports-gnome-f761662b1632dee3a8fbaf948f35ef29e8d835d2.tar.gz freebsd-ports-gnome-f761662b1632dee3a8fbaf948f35ef29e8d835d2.tar.zst freebsd-ports-gnome-f761662b1632dee3a8fbaf948f35ef29e8d835d2.zip |
BROKEN on 5.1: does not compile
Diffstat (limited to 'net')
-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} |