diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 15:06:14 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 15:06:14 +0000 |
commit | 7e223b85118f24db9d6d99ba140621d85e2af079 (patch) | |
tree | d79f93c82dac5aec16534db50c252c8339ae3e0c /security/tripwire12/Makefile | |
parent | 97df660718094932aa2f31a2c7235a8f991b8286 (diff) |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
Notes
Notes:
svn path=/head/; revision=94477
Diffstat (limited to 'security/tripwire12/Makefile')
-rw-r--r-- | security/tripwire12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tripwire12/Makefile b/security/tripwire12/Makefile index 182f7d7d6678..93790fce6446 100644 --- a/security/tripwire12/Makefile +++ b/security/tripwire12/Makefile @@ -18,7 +18,7 @@ MAN5= tw.config.5 MAN8= siggen.8 tripwire.8 NO_CDROM= "cannot be redistributed for more than the cost of duplication" NO_PACKAGE= "requires local database to be built" -USE_PERL= yes +USE_PERL5_BUILD=yes TWCONFIG?= ${FILESDIR}/tw.conf.freebsd2 |