diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 20:50:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 20:50:40 +0800 |
commit | 2e97fe4096e086f33c5edcf38fd415536c6abd16 (patch) | |
tree | 00c970bcb909a3394bb57c821fd8330ca2421162 /security/pam_krb5 | |
parent | 87b2a13dad521899d4bd45cf12be7d6c0318c115 (diff) | |
download | freebsd-ports-gnome-2e97fe4096e086f33c5edcf38fd415536c6abd16.tar.gz freebsd-ports-gnome-2e97fe4096e086f33c5edcf38fd415536c6abd16.tar.zst freebsd-ports-gnome-2e97fe4096e086f33c5edcf38fd415536c6abd16.zip |
- Convert gmake, bzip2 to USES
Approved by: portmgr
Diffstat (limited to 'security/pam_krb5')
-rw-r--r-- | security/pam_krb5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile index 599e944e0da5..be87b0bf5709 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -15,9 +15,8 @@ CONFLICTS= pam_krb5-rh-2.* MAN5= pam_krb5.5 -USES= perl5 +USES= perl5 gmake GNU_CONFIGURE= yes -USE_GMAKE= yes .if defined(KRB5_IMPL) && ${KRB5_IMPL} == heimdal .if defined(HEIMDAL_HOME) |