diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 13:51:47 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 13:51:47 +0000 |
commit | 318a5369821d1ba2650a4e69e5704cc5c8005f80 (patch) | |
tree | 9659071bd68c2b4ba413daf4ff08a9d97a6c480e /security | |
parent | 10a7fbab572e96a3c7b449944567c3375b5bb069 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/l0phtcrack/Makefile | 1 | ||||
-rw-r--r-- | security/secpanel/Makefile | 1 | ||||
-rw-r--r-- | security/ssh-gui/Makefile | 1 | ||||
-rw-r--r-- | security/tripwire12/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/security/l0phtcrack/Makefile b/security/l0phtcrack/Makefile index a375b7f56cc2..b3606e5a4111 100644 --- a/security/l0phtcrack/Makefile +++ b/security/l0phtcrack/Makefile @@ -19,6 +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_ZIP= yes post-extract: diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile index 85ca655393df..2fefa65bdbe2 100644 --- a/security/secpanel/Makefile +++ b/security/secpanel/Makefile @@ -16,6 +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_X_PREFIX= yes NO_BUILD= yes diff --git a/security/ssh-gui/Makefile b/security/ssh-gui/Makefile index 351809d403cc..cfca8b86d671 100644 --- a/security/ssh-gui/Makefile +++ b/security/ssh-gui/Makefile @@ -17,6 +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 ALL_TARGET= ssh-gui DOC_FILES= README diff --git a/security/tripwire12/Makefile b/security/tripwire12/Makefile index 03d34c2bdfce..182f7d7d6678 100644 --- a/security/tripwire12/Makefile +++ b/security/tripwire12/Makefile @@ -18,6 +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 TWCONFIG?= ${FILESDIR}/tw.conf.freebsd2 |