summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-GdkImlib
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-03-21 08:27:02 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-03-21 08:27:02 +0000
commitb874d8a8f2ed6944e814f7059a7cbfc6a9accc00 (patch)
tree555d9b04646bbbb1b69500e3bad1e539849aecc0 /x11-toolkits/p5-GdkImlib
parentUpdate to 2.5.9. (diff)
Fix build by adding a missing BUILD_DEPENDS
Report by: kris (via bento)
Notes
Notes: svn path=/head/; revision=104818
Diffstat (limited to 'x11-toolkits/p5-GdkImlib')
-rw-r--r--x11-toolkits/p5-GdkImlib/Makefile7
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>