diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-31 03:12:35 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-31 03:12:35 +0000 |
commit | fcc786769add50027e0a8d047ae004c22c62911e (patch) | |
tree | c79321b132aac2c98f822642367d6ebf3031deb1 /graphics | |
parent | b79f32a855852db3f475aa3b31f9ea1766c7bab2 (diff) | |
download | ports-fcc786769add50027e0a8d047ae004c22c62911e.tar.gz ports-fcc786769add50027e0a8d047ae004c22c62911e.zip |
PREFIX->LOCALBASE
Notes
Notes:
svn path=/head/; revision=27163
Diffstat (limited to 'graphics')
-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 ccbcfc685ceb..7da3685f5c97 100644 --- a/graphics/GIFgraph/Makefile +++ b/graphics/GIFgraph/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= GIFgraph MAINTAINER= laskavy@gambit.msk.su -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD USE_PERL5= YES |