diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-08 00:15:23 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-08 00:15:23 +0800 |
commit | 7e0b3777ae6b42a1f0dc2a26b5c0a5804274e4b6 (patch) | |
tree | 4692e89a0a0a0fc6869a40362d2b39b4fb7d4e97 /www | |
parent | a6f3ac4112e2a84f815043c42de9c0f65de77b01 (diff) | |
download | freebsd-ports-gnome-7e0b3777ae6b42a1f0dc2a26b5c0a5804274e4b6.tar.gz freebsd-ports-gnome-7e0b3777ae6b42a1f0dc2a26b5c0a5804274e4b6.tar.zst freebsd-ports-gnome-7e0b3777ae6b42a1f0dc2a26b5c0a5804274e4b6.zip |
Fix dependency on x11-toolkits/p5-Gnome.
Diffstat (limited to 'www')
-rw-r--r-- | www/bins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile index 2ffe28a42e92..2d6160008624 100644 --- a/www/bins/Makefile +++ b/www/bins/Makefile @@ -91,7 +91,7 @@ WITH_I18N=yes # gui .ifdef(WITH_GUI) RUN_DEPENDS+= \ - ${PBASE}/${PERL_ARCH}/Gnome.pm:x11-toolkits/p5-Gnome \ + ${PBASE}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \ ${PBASE}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \ ${PBASE}/${PERL_ARCH}/Gtk/Gdk/ImlibImage.pm:${PORTSDIR}/x11-toolkits/p5-GdkImlib \ ${PBASE}/${PERL_ARCH}/Gtk/GladeXML.pm:${PORTSDIR}/x11-toolkits/p5-Glade \ |