From f761662b1632dee3a8fbaf948f35ef29e8d835d2 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 18 May 2003 12:28:52 +0000 Subject: BROKEN on 5.1: does not compile --- net/ntop/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'net/ntop') 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 + +.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 .if ${OSVERSION} < 400014 LIB_DEPENDS+= ssl.3:${PORTSDIR}/security/openssl CONFIGURE_ARGS+= --with-ossl-root=${LOCALBASE} -- cgit