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/mysql51-scripts | |
| 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
Diffstat (limited to 'databases/mysql51-scripts')
| -rw-r--r-- | databases/mysql51-scripts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/mysql51-scripts/Makefile b/databases/mysql51-scripts/Makefile index 7aa6e28374ba..bb4acfcf8a31 100644 --- a/databases/mysql51-scripts/Makefile +++ b/databases/mysql51-scripts/Makefile @@ -17,5 +17,6 @@ PKGMESSAGE= mustnotexist PLIST= ${PKGDIR}/pkg-plist.scripts SCRIPTS_ONLY= yes +USE_PERL5= yes .include "${MASTERDIR}/Makefile" |
