diff options
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index db3fc46889ef..8840dd55eabb 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -95,6 +95,10 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include/libxml2 \ -I${LOCALBASE}/include/glib-2.0" .endif +.if ${OSVERSION} < 700000 +BROKEN= does not configure on 6.X +.endif + post-extract: @${RM} ${WRKSRC}/configureextra/FREEBSD @${CP} ${_DISTDIR}/etter.finger.os.gz ${WRKSRC} |