diff options
Diffstat (limited to 'databases/p5-Mysql/Makefile')
-rw-r--r-- | databases/p5-Mysql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-Mysql/Makefile b/databases/p5-Mysql/Makefile index f8533e43c4e5..6e36aa940b1a 100644 --- a/databases/p5-Mysql/Makefile +++ b/databases/p5-Mysql/Makefile @@ -16,7 +16,7 @@ DISTNAME= Msql-Mysql-modules-${PORTVERSION} MAINTAINER= jedgar@FreeBSD.org COMMENT= Perl5 modules for accessing MySQL databases -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable +BUILD_DEPENDS= ${SITE_PERL}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable RUN_DEPENDS= ${BUILD_DEPENDS} .include <bsd.port.pre.mk> |