aboutsummaryrefslogtreecommitdiff
path: root/net/nepenthes
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-07-04 11:39:16 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-07-04 11:39:16 +0000
commit92003d407b05305f821b2eb93d6c0cf5ef93fbb1 (patch)
tree66fe0cb7672f781b73354b804fc56a461a0e11db /net/nepenthes
parent360305ff231571a964dbd4ccf66e774306ea9127 (diff)
downloadports-92003d407b05305f821b2eb93d6c0cf5ef93fbb1.tar.gz
ports-92003d407b05305f821b2eb93d6c0cf5ef93fbb1.zip
- Marked Broken does not compile with gcc 4.2
PR: 114225 Submitted by: Michael Josic <systemoperator@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=194895
Diffstat (limited to 'net/nepenthes')
-rw-r--r--net/nepenthes/Makefile8
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>