diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-19 15:59:14 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-19 15:59:14 +0800 |
commit | 11f864362da6717f4d671185b86d19f2321d66ae (patch) | |
tree | 1518ddd97dfc2fee7a18395790c48bf50bd423a6 /sysutils | |
parent | 03178ab83faf90039242557de3f8afe1b47c6707 (diff) | |
download | freebsd-ports-gnome-11f864362da6717f4d671185b86d19f2321d66ae.tar.gz freebsd-ports-gnome-11f864362da6717f4d671185b86d19f2321d66ae.tar.zst freebsd-ports-gnome-11f864362da6717f4d671185b86d19f2321d66ae.zip |
On request of DougB@, change of USE_PERL5 to USE_PERL5_RUN.
I'll send a PR regarding the real solution (= automatic USE_PERL5_RUN
when USE_AUTOCONF is selected)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/msyslog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/msyslog/Makefile b/sysutils/msyslog/Makefile index 4eb5de1552f0..a1bfb77f6ec0 100644 --- a/sysutils/msyslog/Makefile +++ b/sysutils/msyslog/Makefile @@ -28,7 +28,7 @@ AUTOCONF= ${LOCALBASE}/bin/autoconf GNU_CONFIGURE= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_PERL5= yes +USE_PERL5_BUILD= yes .if !defined(WITH_MYSQL) CONFIGURE_ARGS+= --without-mysql .endif |