aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2004-03-21 16:27:02 +0800
committermat <mat@FreeBSD.org>2004-03-21 16:27:02 +0800
commite157b49b80dda06bb2dde7822777cc11515628b3 (patch)
treea7d7dc2ecd32555a88da140f38661a62fef4a54e /x11-toolkits
parenta7b30b26aa87f57364dd9db6a2ed1146da62d244 (diff)
downloadfreebsd-ports-gnome-e157b49b80dda06bb2dde7822777cc11515628b3.tar.gz
freebsd-ports-gnome-e157b49b80dda06bb2dde7822777cc11515628b3.tar.zst
freebsd-ports-gnome-e157b49b80dda06bb2dde7822777cc11515628b3.zip
Fix build by adding a missing BUILD_DEPENDS
Report by: kris (via bento)
Diffstat (limited to 'x11-toolkits')
-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>