diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-11-11 10:26:04 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-11-11 10:26:04 +0800 |
commit | d8d61aea73299b50742b8bb9bd1da1315ef00ce5 (patch) | |
tree | b442583d6654d300218e2e85cae1221fce9970cb /x11-toolkits | |
parent | b17c1fc484c8f14ceda03fb0aade165d0968b4cf (diff) | |
download | freebsd-ports-gnome-d8d61aea73299b50742b8bb9bd1da1315ef00ce5.tar.gz freebsd-ports-gnome-d8d61aea73299b50742b8bb9bd1da1315ef00ce5.tar.zst freebsd-ports-gnome-d8d61aea73299b50742b8bb9bd1da1315ef00ce5.zip |
Fix building.
Submitted by: Filippo Natali <pitonat@libero.it>, Pav Lucistnik <pav@oook.cz>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile index b79702528f31..23bd3d5aeeae 100644 --- a/x11-toolkits/p5-Gtk/Makefile +++ b/x11-toolkits/p5-Gtk/Makefile @@ -17,7 +17,8 @@ DISTNAME= ${PORTNAME}-Perl-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org COMMENT= The base module of Gtk-Perl -BUILD_DEPENDS= ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer +BUILD_DEPENDS= ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \ + ${SITE_PERL}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser USE_GNOME= gtk12 PERL_CONFIGURE= yes |