diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 01:57:46 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 01:57:46 +0000 |
commit | 6f06f0fa480b17c46cfd0e1813e88d477cadeeb5 (patch) | |
tree | 433dca2170627b49673431cf73c5a713edabccb7 | |
parent | 31d59d480a9ff8783adeef0a3503e61d1a450c52 (diff) | |
download | FreeBSD-ports-6f06f0fa480b17c46cfd0e1813e88d477cadeeb5.zip FreeBSD-ports-6f06f0fa480b17c46cfd0e1813e88d477cadeeb5.tar.gz |
BROKEN with perl 5.8 (still)
Approved by: portmgr (self)
-rw-r--r-- | x11-toolkits/p5-GdkPixbuf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/p5-GdkPixbuf/Makefile b/x11-toolkits/p5-GdkPixbuf/Makefile index 4018397..9f9b6fc 100644 --- a/x11-toolkits/p5-GdkPixbuf/Makefile +++ b/x11-toolkits/p5-GdkPixbuf/Makefile @@ -33,7 +33,7 @@ IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try aga .endif .if ${PERL_LEVEL} >= 500800 -#BROKEN= "Build fails" +BROKEN= "Build fails" .endif .include <bsd.port.post.mk> |