diff options
author | vs <vs@FreeBSD.org> | 2004-06-14 21:49:43 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-06-14 21:49:43 +0000 |
commit | 1eb1b67a62e5371e3e18017e5ff93d09c07c6a72 (patch) | |
tree | f8007e2c3d8347e373f3a9bce56ff25f6660a955 /x11-toolkits | |
parent | f0b0e428c130a7886a6379fdb73c11478edc5968 (diff) | |
download | FreeBSD-ports-1eb1b67a62e5371e3e18017e5ff93d09c07c6a72.zip FreeBSD-ports-1eb1b67a62e5371e3e18017e5ff93d09c07c6a72.tar.gz |
Not broken for Perl > 5.8.4
PR: ports/67664
Submitted by: Joerg Pulz
Diffstat (limited to 'x11-toolkits')
-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 bd472df..ac3a355 100644 --- a/x11-toolkits/p5-GdkPixbuf/Makefile +++ b/x11-toolkits/p5-GdkPixbuf/Makefile @@ -32,7 +32,7 @@ MAN3= Gtk::Gdk::Pixbuf::reference.3pm IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again .endif -.if ${PERL_LEVEL} >= 500800 +.if ${PERL_LEVEL} >= 500800 && ${PERL_LEVEL} < 500804 BROKEN= "Does not compile" .endif |