aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-03-22 08:00:27 +0800
committermharo <mharo@FreeBSD.org>2000-03-22 08:00:27 +0800
commite752dc865bb4610a5c84f92b3d9f2d0ccd0c4eda (patch)
tree2de9b375c879b92ff69adc86449fc4140e385beb
parent627e3923b477adbbb507e738f97a9acb839a1ea9 (diff)
downloadfreebsd-ports-gnome-e752dc865bb4610a5c84f92b3d9f2d0ccd0c4eda.tar.gz
freebsd-ports-gnome-e752dc865bb4610a5c84f92b3d9f2d0ccd0c4eda.tar.zst
freebsd-ports-gnome-e752dc865bb4610a5c84f92b3d9f2d0ccd0c4eda.zip
PREFIX -> LOCALBASE
-rw-r--r--math/PDL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index 9c407b0ffaaf..980bdb1c3952 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= PDL
MAINTAINER= tobez@plab.ku.dk
-BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl
-RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl
LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3
USE_PERL5= yes