diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-20 11:43:44 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-20 11:43:44 +0000 |
commit | e22cb3e0ce175039f8f7db998eceecc244318777 (patch) | |
tree | 12f4297ff02f6981c8c4956b6b278a4a2e7c913b /security | |
parent | 1f6c1539bc213d68fe6de9d268181025f99327bd (diff) | |
download | ports-e22cb3e0ce175039f8f7db998eceecc244318777.tar.gz ports-e22cb3e0ce175039f8f7db998eceecc244318777.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh-portable/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 26180e82ad6c..30ec7cf82f95 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -26,7 +26,8 @@ CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* PATCH_SITES+= http://mirror.shatow.net/freebsd/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/:x509 -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build USE_AUTOTOOLS= autoconf autoheader USE_OPENSSL= yes GNU_CONFIGURE= yes |