From 27b3a754e52ea32cd520d211f2bb284b460750c6 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 29 Oct 2000 22:42:07 +0000 Subject: Use PERL_ARCH instead of i386-freebsd so these work on the Alpha as well. --- graphics/p5-Chart-PNGgraph/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/p5-Chart-PNGgraph') diff --git a/graphics/p5-Chart-PNGgraph/Makefile b/graphics/p5-Chart-PNGgraph/Makefile index c3681c180f46..bd1b8b2f0cf6 100644 --- a/graphics/p5-Chart-PNGgraph/Makefile +++ b/graphics/p5-Chart-PNGgraph/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD USE_PERL5= YES -- cgit