diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 09:32:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 09:32:51 +0800 |
commit | e87d917fedd4c3f5ce1a4cb6d85a986dd01358c5 (patch) | |
tree | 38debb798d49da3e2243d370f3fd86a949e66197 /x11-toolkits/p5-Gnome | |
parent | 226fa3120bdc9cd81b084b0995ee550f61abb8c1 (diff) | |
download | freebsd-ports-gnome-e87d917fedd4c3f5ce1a4cb6d85a986dd01358c5.tar.gz freebsd-ports-gnome-e87d917fedd4c3f5ce1a4cb6d85a986dd01358c5.tar.zst freebsd-ports-gnome-e87d917fedd4c3f5ce1a4cb6d85a986dd01358c5.zip |
Change "math" to "${PERL_ARCH}" so these will work for perl version < 5.6.0.
Diffstat (limited to 'x11-toolkits/p5-Gnome')
-rw-r--r-- | x11-toolkits/p5-Gnome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Gnome/Makefile b/x11-toolkits/p5-Gnome/Makefile index 9052bbc66419..f58a7009054d 100644 --- a/x11-toolkits/p5-Gnome/Makefile +++ b/x11-toolkits/p5-Gnome/Makefile @@ -15,7 +15,7 @@ DISTNAME= Gtk-Perl-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/mach/Gtk/Gdk/ImlibImage.pm:${PORTSDIR}/x11-toolkits/p5-GdkImlib +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk/Gdk/ImlibImage.pm:${PORTSDIR}/x11-toolkits/p5-GdkImlib USE_PERL5= yes USE_GNOME= yes |