diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-16 09:36:40 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-16 09:36:40 +0800 |
commit | 337ab4e4fd89d761ba9799bb8bd35ddb27d6b17a (patch) | |
tree | 78e5ef083e908d6294b977a4500c311708f8643e /sysutils | |
parent | e1ec0d38215d50028e3553e8e23b9caabb0b8f6d (diff) | |
download | freebsd-ports-gnome-337ab4e4fd89d761ba9799bb8bd35ddb27d6b17a.tar.gz freebsd-ports-gnome-337ab4e4fd89d761ba9799bb8bd35ddb27d6b17a.tar.zst freebsd-ports-gnome-337ab4e4fd89d761ba9799bb8bd35ddb27d6b17a.zip |
sysutils/msyslog needs perl to configure, -> USE_PERL5=yes
Noticed on: bento
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/msyslog/Makefile | 1 |
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 |