aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-08-05 04:09:10 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-08-05 04:09:10 +0800
commit5e89cdbd976a3f9aae6f9d07eb039ea884ae65bf (patch)
tree6c384b2982e1f081b925152a7b50e7f8fd2991fa /security
parent7a3203b6499b4b2cd2af93990da41515b950df30 (diff)
downloadfreebsd-ports-gnome-5e89cdbd976a3f9aae6f9d07eb039ea884ae65bf.tar.gz
freebsd-ports-gnome-5e89cdbd976a3f9aae6f9d07eb039ea884ae65bf.tar.zst
freebsd-ports-gnome-5e89cdbd976a3f9aae6f9d07eb039ea884ae65bf.zip
- Switch to USES=libtool
Approved by: portmgr blanket
Diffstat (limited to 'security')
-rw-r--r--security/pam_per_user/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pam_per_user/Makefile b/security/pam_per_user/Makefile
index 5f4d7074f89c..88de4746a8ca 100644
--- a/security/pam_per_user/Makefile
+++ b/security/pam_per_user/Makefile
@@ -10,6 +10,7 @@ MASTER_SITES= ftp://ftp.feep.net/pub/software/PAM/pam_per_user/
MAINTAINER= pirzyk@FreeBSD.org
COMMENT= PAM module for per-user authentication
-USE_AUTOTOOLS= libtool
+USES= libtool
+GNU_CONFIGURE= yes
.include <bsd.port.mk>