diff options
author | steve <steve@FreeBSD.org> | 2000-10-30 06:42:07 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-10-30 06:42:07 +0800 |
commit | 27b3a754e52ea32cd520d211f2bb284b460750c6 (patch) | |
tree | c03d31ca0b725020e4eef6f751a3e75548716cfe /graphics/GIFgraph | |
parent | fbbf527c984d83dbaf75b5f7176b5c8cc88e2484 (diff) | |
download | freebsd-ports-gnome-27b3a754e52ea32cd520d211f2bb284b460750c6.tar.gz freebsd-ports-gnome-27b3a754e52ea32cd520d211f2bb284b460750c6.tar.zst freebsd-ports-gnome-27b3a754e52ea32cd520d211f2bb284b460750c6.zip |
Use PERL_ARCH instead of i386-freebsd so these work on the Alpha as well.
Diffstat (limited to 'graphics/GIFgraph')
-rw-r--r-- | graphics/GIFgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/GIFgraph/Makefile b/graphics/GIFgraph/Makefile index 873b67ad31f8..36ea2295148d 100644 --- a/graphics/GIFgraph/Makefile +++ b/graphics/GIFgraph/Makefile @@ -14,7 +14,7 @@ DISTNAME= GIFgraph-${PORTVERSION} MAINTAINER= laskavy@gambit.msk.su -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD USE_PERL5= YES |