diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 09:21:11 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 09:21:11 +0800 |
commit | cc084f4083a77f5f1291c7e64df53e4bda46abe0 (patch) | |
tree | 764a0d73b09d6d4f0a8d8ed8216408425342d663 /x11-toolkits/p5-GdkImlib | |
parent | d92ad58b049d6581ea769459b78d8ab1d3c354aa (diff) | |
download | freebsd-ports-gnome-cc084f4083a77f5f1291c7e64df53e4bda46abe0.tar.gz freebsd-ports-gnome-cc084f4083a77f5f1291c7e64df53e4bda46abe0.tar.zst freebsd-ports-gnome-cc084f4083a77f5f1291c7e64df53e4bda46abe0.zip |
Change "mach" to "${PERL_ARCH}" -- otherwise it won't work with perl
prior to 5.6.0.
Submitted by: bento
Diffstat (limited to 'x11-toolkits/p5-GdkImlib')
-rw-r--r-- | x11-toolkits/p5-GdkImlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/p5-GdkImlib/Makefile b/x11-toolkits/p5-GdkImlib/Makefile index 2475979a89a9..02265d495bac 100644 --- a/x11-toolkits/p5-GdkImlib/Makefile +++ b/x11-toolkits/p5-GdkImlib/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 USE_PERL5= yes USE_IMLIB= yes |