aboutsummaryrefslogtreecommitdiffstats
path: root/net/nepenthes
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-07-04 19:39:16 +0800
committermiwi <miwi@FreeBSD.org>2007-07-04 19:39:16 +0800
commit0588d55e30946665c5428b317d4cad927d861ab2 (patch)
treeadfd9f3a294a1bb25ee7eeceea37915a4aa9a921 /net/nepenthes
parent78253759ca018d8f402b79845debbcdec42f4eb8 (diff)
downloadfreebsd-ports-gnome-0588d55e30946665c5428b317d4cad927d861ab2.tar.gz
freebsd-ports-gnome-0588d55e30946665c5428b317d4cad927d861ab2.tar.zst
freebsd-ports-gnome-0588d55e30946665c5428b317d4cad927d861ab2.zip
- Marked Broken does not compile with gcc 4.2
PR: 114225 Submitted by: Michael Josic <systemoperator@gmail.com> (maintainer)
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>