aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysql55-server
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-01-17 06:41:06 +0800
committerlinimon <linimon@FreeBSD.org>2009-01-17 06:41:06 +0800
commit9043e81bac9dcac97ced34353ec8e42ea839cb22 (patch)
treebe77638ec5073207e8172b4e9b2ebac172462397 /databases/mysql55-server
parentc2db6e41b5d2a869334d242fcd547bf6c1d6ee5a (diff)
downloadfreebsd-ports-graphics-9043e81bac9dcac97ced34353ec8e42ea839cb22.tar.gz
freebsd-ports-graphics-9043e81bac9dcac97ced34353ec8e42ea839cb22.tar.zst
freebsd-ports-graphics-9043e81bac9dcac97ced34353ec8e42ea839cb22.zip
Move the USE_PERL5 definition for the scripts slave ports from the master
to the slave port, to move it before the inclusion of bsd.port.pre.mk. Approved by: maintainer
Diffstat (limited to 'databases/mysql55-server')
-rw-r--r--databases/mysql55-server/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile
index 31de244d29f..55d16c1be29 100644
--- a/databases/mysql55-server/Makefile
+++ b/databases/mysql55-server/Makefile
@@ -175,7 +175,6 @@ post-install:
# MySQL-Scripts part
USE_MYSQL= yes
WANT_MYSQL_VER= 51
-USE_PERL5= yes
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql51
.if ${PERL_LEVEL} <= 500800