summaryrefslogtreecommitdiff
path: root/databases/mysql40-server/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-01-16 22:41:06 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-01-16 22:41:06 +0000
commitcbfb36bb87a54a7639e28bc5d945e9c7ec6a4424 (patch)
treebb11f8a2e9d0ad7e16e6266c506c24702e312ba0 /databases/mysql40-server/Makefile
parent- Add missing includes to fix on amd64 (diff)
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
Notes
Notes: svn path=/head/; revision=226291
Diffstat (limited to 'databases/mysql40-server/Makefile')
-rw-r--r--databases/mysql40-server/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile
index 453c9e8a954c..5353842b4cf0 100644
--- a/databases/mysql40-server/Makefile
+++ b/databases/mysql40-server/Makefile
@@ -152,7 +152,6 @@ post-patch:
# MySQL-Scripts part
USE_MYSQL= yes
WANT_MYSQL_VER= 40
-USE_PERL5= yes
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql40
.if ${PERL_LEVEL} <= 500800