aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-16 01:36:40 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-16 01:36:40 +0000
commita3883b99c9d4e419afc7f2eccc429e011e7aef1a (patch)
treed531c18d89f7c856d7e6701a43b6d174a9126687
parent64c763b17f68d1135c48821830ae2e9914ba34cf (diff)
downloadports-a3883b99c9d4e419afc7f2eccc429e011e7aef1a.tar.gz
ports-a3883b99c9d4e419afc7f2eccc429e011e7aef1a.zip
sysutils/msyslog needs perl to configure, -> USE_PERL5=yes
Noticed on: bento
Notes
Notes: svn path=/head/; revision=70219
-rw-r--r--sysutils/msyslog/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/msyslog/Makefile b/sysutils/msyslog/Makefile
index fc1f995ba79c..4eb5de1552f0 100644
--- a/sysutils/msyslog/Makefile
+++ b/sysutils/msyslog/Makefile
@@ -28,6 +28,7 @@ AUTOCONF= ${LOCALBASE}/bin/autoconf
GNU_CONFIGURE= yes
USE_REINPLACE= yes
USE_GMAKE= yes
+USE_PERL5= yes
.if !defined(WITH_MYSQL)
CONFIGURE_ARGS+= --without-mysql
.endif