aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-19 15:59:14 +0800
committeredwin <edwin@FreeBSD.org>2002-11-19 15:59:14 +0800
commit11f864362da6717f4d671185b86d19f2321d66ae (patch)
tree1518ddd97dfc2fee7a18395790c48bf50bd423a6 /sysutils
parent03178ab83faf90039242557de3f8afe1b47c6707 (diff)
downloadfreebsd-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/Makefile2
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