diff options
author | linimon <linimon@FreeBSD.org> | 2009-01-17 06:41:06 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-01-17 06:41:06 +0800 |
commit | 9043e81bac9dcac97ced34353ec8e42ea839cb22 (patch) | |
tree | be77638ec5073207e8172b4e9b2ebac172462397 /databases/mysql60-scripts/Makefile | |
parent | c2db6e41b5d2a869334d242fcd547bf6c1d6ee5a (diff) | |
download | freebsd-ports-gnome-9043e81bac9dcac97ced34353ec8e42ea839cb22.tar.gz freebsd-ports-gnome-9043e81bac9dcac97ced34353ec8e42ea839cb22.tar.zst freebsd-ports-gnome-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/mysql60-scripts/Makefile')
-rw-r--r-- | databases/mysql60-scripts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/mysql60-scripts/Makefile b/databases/mysql60-scripts/Makefile index 52797ae9b849..08ae3a0c35d9 100644 --- a/databases/mysql60-scripts/Makefile +++ b/databases/mysql60-scripts/Makefile @@ -17,5 +17,6 @@ PKGMESSAGE= mustnotexist PLIST= ${PKGDIR}/pkg-plist.scripts SCRIPTS_ONLY= yes +USE_PERL5= yes .include "${MASTERDIR}/Makefile" |