diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-25 21:08:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-25 21:08:19 +0000 |
commit | 852df8d980dcf50b5b890e6563ffa1603112490a (patch) | |
tree | ee75973c12fa36ac688858503e342fbd007877c0 /net/ntop | |
parent | 3a52a84dfdd501cb66f2df624843c64b410cf56c (diff) |
Notes
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} |