diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-26 05:08:19 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-26 05:08:19 +0800 |
commit | 852df8d980dcf50b5b890e6563ffa1603112490a (patch) | |
tree | ee75973c12fa36ac688858503e342fbd007877c0 /net/ntop/Makefile | |
parent | 3a52a84dfdd501cb66f2df624843c64b410cf56c (diff) | |
download | freebsd-ports-gnome-852df8d980dcf50b5b890e6563ffa1603112490a.tar.gz freebsd-ports-gnome-852df8d980dcf50b5b890e6563ffa1603112490a.tar.zst freebsd-ports-gnome-852df8d980dcf50b5b890e6563ffa1603112490a.zip |
- Mark BROKEN on 6.X: does not configure
Reported by: pointyhat
Diffstat (limited to 'net/ntop/Makefile')
-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} |