diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 01:32:51 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 01:32:51 +0000 |
commit | e87d917fedd4c3f5ce1a4cb6d85a986dd01358c5 (patch) | |
tree | 38debb798d49da3e2243d370f3fd86a949e66197 /x11-toolkits/p5-Glade2 | |
parent | 226fa3120bdc9cd81b084b0995ee550f61abb8c1 (diff) | |
download | FreeBSD-ports-e87d917fedd4c3f5ce1a4cb6d85a986dd01358c5.zip FreeBSD-ports-e87d917fedd4c3f5ce1a4cb6d85a986dd01358c5.tar.gz |
Change "math" to "${PERL_ARCH}" so these will work for perl version < 5.6.0.
Diffstat (limited to 'x11-toolkits/p5-Glade2')
-rw-r--r-- | x11-toolkits/p5-Glade2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Glade2/Makefile b/x11-toolkits/p5-Glade2/Makefile index 6798026..18abd1f 100644 --- a/x11-toolkits/p5-Glade2/Makefile +++ b/x11-toolkits/p5-Glade2/Makefile @@ -15,7 +15,7 @@ DISTNAME= Gtk-Perl-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/mach/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade USE_PERL5= yes |