diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-01-16 22:41:06 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-01-16 22:41:06 +0000 |
commit | cbfb36bb87a54a7639e28bc5d945e9c7ec6a4424 (patch) | |
tree | bb11f8a2e9d0ad7e16e6266c506c24702e312ba0 /databases/mysql40-scripts | |
parent | 7e6cfe08411ec9522a8c812e677a8048cc66b47e (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-scripts')
-rw-r--r-- | databases/mysql40-scripts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/mysql40-scripts/Makefile b/databases/mysql40-scripts/Makefile index 51c445d89205..8be8e369392e 100644 --- a/databases/mysql40-scripts/Makefile +++ b/databases/mysql40-scripts/Makefile @@ -17,5 +17,6 @@ PKGINSTALL= mustnotexist PLIST= ${PKGDIR}/pkg-plist.scripts SCRIPTS_ONLY= yes +USE_PERL5= yes .include "${MASTERDIR}/Makefile" |