aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Glade2
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-03 13:55:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-03 13:55:09 +0000
commitadccf0a4fd42779f2e5b2f228ab3d529bc0d02be (patch)
treecdb3ac99d46d0a8cadcf55fab06d33bed9df5250 /x11-toolkits/p5-Glade2
parentc1f7ad086a67967cc3b4d287a900e91fc60f8e99 (diff)
downloadports-adccf0a4fd42779f2e5b2f228ab3d529bc0d02be.tar.gz
ports-adccf0a4fd42779f2e5b2f228ab3d529bc0d02be.zip
Notes
Diffstat (limited to 'x11-toolkits/p5-Glade2')
-rw-r--r--x11-toolkits/p5-Glade2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Glade2/Makefile b/x11-toolkits/p5-Glade2/Makefile
index b19de360be8f..26d5273087fe 100644
--- a/x11-toolkits/p5-Glade2/Makefile
+++ b/x11-toolkits/p5-Glade2/Makefile
@@ -28,6 +28,10 @@ MAN3= Gtk::GladeXML::reference.3pm
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= "Build fails on amd64"
+.endif
+
.if ${PERL_LEVEL} < 500600
IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again
.endif