diff options
-rw-r--r-- | www/p5-Apache-Radius/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/p5-Tcl-Tk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/p5-TclTk/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-Apache-Radius/Makefile b/www/p5-Apache-Radius/Makefile index d853c3711fa0..f859259800cc 100644 --- a/www/p5-Apache-Radius/Makefile +++ b/www/p5-Apache-Radius/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Apache MAINTAINER= sheldonh@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius USE_PERL5= YES diff --git a/x11-toolkits/p5-Tcl-Tk/Makefile b/x11-toolkits/p5-Tcl-Tk/Makefile index 63c0bbba40e2..ce0bd6176e8f 100644 --- a/x11-toolkits/p5-Tcl-Tk/Makefile +++ b/x11-toolkits/p5-Tcl-Tk/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= Tcl MAINTAINER= jfitz@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Tcl.pm:${PORTSDIR}/lang/p5-Tcl +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Tcl.pm:${PORTSDIR}/lang/p5-Tcl LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 USE_PERL5= YES diff --git a/x11-toolkits/p5-TclTk/Makefile b/x11-toolkits/p5-TclTk/Makefile index 63c0bbba40e2..ce0bd6176e8f 100644 --- a/x11-toolkits/p5-TclTk/Makefile +++ b/x11-toolkits/p5-TclTk/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= Tcl MAINTAINER= jfitz@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Tcl.pm:${PORTSDIR}/lang/p5-Tcl +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Tcl.pm:${PORTSDIR}/lang/p5-Tcl LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 USE_PERL5= YES |