diff --git a/x11-toolkits/p5-Glade/Makefile b/x11-toolkits/p5-Glade/Makefile index b19de360be8f..26d5273087fe 100644 --- a/x11-toolkits/p5-Glade/Makefile +++ b/x11-toolkits/p5-Glade/Makefile @@ -1,35 +1,39 @@ # New ports collection makefile for: p5-Glade # Date created: 30 Oct 2000 # Whom: vanilla # # $FreeBSD$ # PORTNAME= Glade PORTVERSION= 0.7009 PORTREVISION= 1 CATEGORIES= x11-toolkits lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Gtk PKGNAMEPREFIX= p5- DISTNAME= Gtk-Perl-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The Glade interface files of Gtk-Perl BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome RUN_DEPENDS= ${BUILD_DEPENDS} USE_GNOME= yes PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} MAN3= Gtk::GladeXML::reference.3pm .include +.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 .include 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 @@ -1,35 +1,39 @@ # New ports collection makefile for: p5-Glade # Date created: 30 Oct 2000 # Whom: vanilla # # $FreeBSD$ # PORTNAME= Glade PORTVERSION= 0.7009 PORTREVISION= 1 CATEGORIES= x11-toolkits lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Gtk PKGNAMEPREFIX= p5- DISTNAME= Gtk-Perl-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The Glade interface files of Gtk-Perl BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome RUN_DEPENDS= ${BUILD_DEPENDS} USE_GNOME= yes PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} MAN3= Gtk::GladeXML::reference.3pm .include +.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 .include