diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 07:59:14 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 07:59:14 +0000 |
commit | 44dc00c162c26365790a415c40891d4f53f37ddf (patch) | |
tree | ccd602ec372f7bf6ba3405cecb52e0a449ad0903 /sysutils/msyslog | |
parent | 6cb03aaf1e0a60cda87abe6b870257230f4d8815 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=70463
Diffstat (limited to 'sysutils/msyslog')
-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 |