aboutsummaryrefslogtreecommitdiff
path: root/devel/xparam
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-01-20 00:04:29 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-01-20 00:04:29 +0000
commit35fe0c9d82a2b9f50b86b3f96a0b31c25bffa62f (patch)
tree5426880f758db5cd00bb6b4c683b397ad0b10ac7 /devel/xparam
parent5aa665505ac21b307961d4d0a76f1523bcca01d1 (diff)
downloadports-35fe0c9d82a2b9f50b86b3f96a0b31c25bffa62f.tar.gz
ports-35fe0c9d82a2b9f50b86b3f96a0b31c25bffa62f.zip
Notes
Diffstat (limited to 'devel/xparam')
-rw-r--r--devel/xparam/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/xparam/Makefile b/devel/xparam/Makefile
index 64b8ca0fba13..e74793b03e5f 100644
--- a/devel/xparam/Makefile
+++ b/devel/xparam/Makefile
@@ -20,4 +20,10 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool:13
INSTALLS_SHLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
+.include <bsd.port.post.mk>