diff options
author | az <az@FreeBSD.org> | 2013-08-20 19:43:44 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-20 19:43:44 +0800 |
commit | a4bddb9ebf3aaaf64a44ac1a69659a2de87a6b83 (patch) | |
tree | 12f4297ff02f6981c8c4956b6b278a4a2e7c913b /security/openssh-portable | |
parent | 14e48d720636499ac0b93c6a7810769749a4f734 (diff) | |
download | freebsd-ports-gnome-a4bddb9ebf3aaaf64a44ac1a69659a2de87a6b83.tar.gz freebsd-ports-gnome-a4bddb9ebf3aaaf64a44ac1a69659a2de87a6b83.tar.zst freebsd-ports-gnome-a4bddb9ebf3aaaf64a44ac1a69659a2de87a6b83.zip |
- Convert to new perl5 framework
Approved by: bdrewery@ (maintainer)
Diffstat (limited to 'security/openssh-portable')
-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 |