diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-31 11:12:35 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-31 11:12:35 +0800 |
commit | 80ec74651f6a5d96a614c5537a42004d2d75a610 (patch) | |
tree | 7b393291217b0c9fa2f8f42c6bb456472f542e43 /graphics/GIFgraph | |
parent | ea50b6e50a5cf01f213a9a2dee71b18245308730 (diff) | |
download | freebsd-ports-gnome-80ec74651f6a5d96a614c5537a42004d2d75a610.tar.gz freebsd-ports-gnome-80ec74651f6a5d96a614c5537a42004d2d75a610.tar.zst freebsd-ports-gnome-80ec74651f6a5d96a614c5537a42004d2d75a610.zip |
PREFIX->LOCALBASE
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 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 |