diff options
author | Steve Price <steve@FreeBSD.org> | 2000-10-29 22:42:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-10-29 22:42:07 +0000 |
commit | a1073ba32f022df0d70c7af0ab768c34c8123275 (patch) | |
tree | bca3a6c3d6cbb636e73dc22a4d1a39f95997fdb7 /graphics/GIFgraph | |
parent | Correct the path to the jdk binary this port RUN_DEPENDS on. (diff) |
Use PERL_ARCH instead of i386-freebsd so these work on the Alpha as well.
Notes
Notes:
svn path=/head/; revision=34427
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 |