diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-14 00:21:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-14 00:21:13 +0000 |
commit | edee12048e70dc5f3e51a616d594fcf39ce182c5 (patch) | |
tree | 09a02b56846230d199daf1aa594449c0b791ad88 /x11-toolkits/p5-Gtk | |
parent | Add autocutsel, a tool for synchronization of clipboards in VNC (diff) |
Fix dependency on p5-XML-Parser.
Approved by: vanilla (maintainer)
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=93922
Diffstat (limited to 'x11-toolkits/p5-Gtk')
-rw-r--r-- | x11-toolkits/p5-Gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile index 23bd3d5aeeae..8f1be676be06 100644 --- a/x11-toolkits/p5-Gtk/Makefile +++ b/x11-toolkits/p5-Gtk/Makefile @@ -18,7 +18,7 @@ MAINTAINER= vanilla@FreeBSD.org COMMENT= The base module of Gtk-Perl BUILD_DEPENDS= ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \ - ${SITE_PERL}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser + ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser USE_GNOME= gtk12 PERL_CONFIGURE= yes |