diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-04 11:39:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-04 11:39:16 +0000 |
commit | 92003d407b05305f821b2eb93d6c0cf5ef93fbb1 (patch) | |
tree | 66fe0cb7672f781b73354b804fc56a461a0e11db /net/nepenthes | |
parent | 360305ff231571a964dbd4ccf66e774306ea9127 (diff) | |
download | ports-92003d407b05305f821b2eb93d6c0cf5ef93fbb1.tar.gz ports-92003d407b05305f821b2eb93d6c0cf5ef93fbb1.zip |
Notes
Diffstat (limited to 'net/nepenthes')
-rw-r--r-- | net/nepenthes/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index 90cbf937bcf2..ed5320c6f6d4 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -38,4 +38,10 @@ CONFIGURE_ARGS+= --mandir=${PREFIX}/man --infodir=${PREFIX}/info DOCS= README README.VFS logo-shaded.svg MAN8= nepenthes.8 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700000 +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |