diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-03-21 08:27:02 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-03-21 08:27:02 +0000 |
commit | b874d8a8f2ed6944e814f7059a7cbfc6a9accc00 (patch) | |
tree | 555d9b04646bbbb1b69500e3bad1e539849aecc0 /x11-toolkits/p5-GdkImlib | |
parent | 31441bb2d65db9bee2ea50490b9d4b666eb7806d (diff) | |
download | ports-b874d8a8f2ed6944e814f7059a7cbfc6a9accc00.tar.gz ports-b874d8a8f2ed6944e814f7059a7cbfc6a9accc00.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-GdkImlib')
-rw-r--r-- | x11-toolkits/p5-GdkImlib/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/p5-GdkImlib/Makefile b/x11-toolkits/p5-GdkImlib/Makefile index 5e3e995c9126..44e4c0698b4d 100644 --- a/x11-toolkits/p5-GdkImlib/Makefile +++ b/x11-toolkits/p5-GdkImlib/Makefile @@ -18,7 +18,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The Imlib module of Gtk-Perl BUILD_DEPENDS= ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \ - ${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk + ${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \ + ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk PERL_CONFIGURE= yes @@ -33,8 +34,4 @@ MAN3= Gtk::Gdk::ImlibImage::reference.3pm IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again .endif -.if ${PERL_LEVEL} >= 500800 -BROKEN= "Does not compile" -.endif - .include <bsd.port.post.mk> |