summaryrefslogtreecommitdiff
path: root/net/ngrep-lib
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-19 08:50:34 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-19 08:50:34 +0000
commitd4ceeffa7155aea38d51aa90133ffb98adf6c559 (patch)
tree2cb864a540725e41c0781cbb097d9c846279d2f2 /net/ngrep-lib
parentPer bento logs, advise anyone trying to use this port on the 64-bit (diff)
Mark as broken on -current. Tut, tut.
Notes
Notes: svn path=/head/; revision=96188
Diffstat (limited to 'net/ngrep-lib')
-rw-r--r--net/ngrep-lib/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ngrep-lib/Makefile b/net/ngrep-lib/Makefile
index 91b154d8b92d..71d4806db780 100644
--- a/net/ngrep-lib/Makefile
+++ b/net/ngrep-lib/Makefile
@@ -20,4 +20,10 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}
INSTALLS_SHLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not install on FreeBSD ${OSVERSION}"
+.endif
+
+.include <bsd.port.post.mk>