aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/gtkhx
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-01 08:50:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-01 08:50:10 +0000
commit67b63a22b3fc83f976416fd9aba947cefda05ad1 (patch)
treee9c823a3c4ede59846f38f7ae18f84331df06736 /net-p2p/gtkhx
parentc71fac030fc6abef2030ea67664cf3cb4abac226 (diff)
downloadports-67b63a22b3fc83f976416fd9aba947cefda05ad1.tar.gz
ports-67b63a22b3fc83f976416fd9aba947cefda05ad1.zip
Notes
Diffstat (limited to 'net-p2p/gtkhx')
-rw-r--r--net-p2p/gtkhx/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/gtkhx/Makefile b/net-p2p/gtkhx/Makefile
index 484c21ec393f..aaa5bdc2bd0f 100644
--- a/net-p2p/gtkhx/Makefile
+++ b/net-p2p/gtkhx/Makefile
@@ -24,4 +24,10 @@ CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX}
MAN1= gtkhx.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>