diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/l0phtcrack/Makefile | 2 | ||||
-rw-r--r-- | security/secpanel/Makefile | 2 | ||||
-rw-r--r-- | security/ssh-gui/Makefile | 2 | ||||
-rw-r--r-- | security/tripwire12/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/security/l0phtcrack/Makefile b/security/l0phtcrack/Makefile index b3606e5a4111..7f966431f621 100644 --- a/security/l0phtcrack/Makefile +++ b/security/l0phtcrack/Makefile @@ -19,7 +19,7 @@ DOCDIR= share/doc/${PORTNAME} NO_PACKAGE= "uses GNU getopt with BSDish-licensed code from OpenSSL" NO_WRKSUBDIR= yes PLIST= ${WRKDIR}/pkg-plist -USE_PERL= yes +USE_PERL5_BUILD=yes USE_ZIP= yes post-extract: diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile index 2fefa65bdbe2..206a07695970 100644 --- a/security/secpanel/Makefile +++ b/security/secpanel/Makefile @@ -16,7 +16,7 @@ COMMENT= GUI for managing and running ssh and related utilities RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ ssh-askpass:${PORTSDIR}/security/openssh-askpass -USE_PERL= yes +USE_PERL5_BUILD=yes USE_X_PREFIX= yes NO_BUILD= yes diff --git a/security/ssh-gui/Makefile b/security/ssh-gui/Makefile index cfca8b86d671..4a3bde8437df 100644 --- a/security/ssh-gui/Makefile +++ b/security/ssh-gui/Makefile @@ -17,7 +17,7 @@ COMMENT= A front-end for ssh which can open multiple xterms RUN_DEPENDS= ssh:${PORTSDIR}/security/openssh USE_GNOME= gtk12 -USE_PERL= yes +USE_PERL5_BUILD=yes ALL_TARGET= ssh-gui DOC_FILES= README 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 |