diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-11 00:27:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-11 00:27:36 +0000 |
commit | c7314df2777abfe5aefecca75aeb7b08fa9da51f (patch) | |
tree | 6ed4782a9312620b4cfc31da69f3581278551296 /x11-toolkits | |
parent | Fix quick-lounge-applet dependency. (diff) |
This seems to be broken globally.
Notes
Notes:
svn path=/head/; revision=106702
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Glade/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/p5-Glade2/Makefile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/x11-toolkits/p5-Glade/Makefile b/x11-toolkits/p5-Glade/Makefile index 26d5273087fe..9fdf2e5e18cc 100644 --- a/x11-toolkits/p5-Glade/Makefile +++ b/x11-toolkits/p5-Glade/Makefile @@ -28,12 +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 +.else +BROKEN= "Build fails" .endif .include <bsd.port.post.mk> diff --git a/x11-toolkits/p5-Glade2/Makefile b/x11-toolkits/p5-Glade2/Makefile index 26d5273087fe..9fdf2e5e18cc 100644 --- a/x11-toolkits/p5-Glade2/Makefile +++ b/x11-toolkits/p5-Glade2/Makefile @@ -28,12 +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 +.else +BROKEN= "Build fails" .endif .include <bsd.port.post.mk> |