diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-19 08:50:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-19 08:50:34 +0000 |
commit | d4ceeffa7155aea38d51aa90133ffb98adf6c559 (patch) | |
tree | 2cb864a540725e41c0781cbb097d9c846279d2f2 /net/ngrep-lib | |
parent | Per bento logs, advise anyone trying to use this port on the 64-bit (diff) |
Mark as broken on -current. Tut, tut.
Diffstat (limited to 'net/ngrep-lib')
-rw-r--r-- | net/ngrep-lib/Makefile | 8 |
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> |