svn commit: r364047 - head/security/pam_per_user

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 4 20:09:11 UTC 2014


Author: amdmi3
Date: Mon Aug  4 20:09:10 2014
New Revision: 364047
URL: http://svnweb.freebsd.org/changeset/ports/364047
QAT: https://qat.redports.org/buildarchive/r364047/

Log:
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/security/pam_per_user/Makefile

Modified: head/security/pam_per_user/Makefile
==============================================================================
--- head/security/pam_per_user/Makefile	Mon Aug  4 20:08:50 2014	(r364046)
+++ head/security/pam_per_user/Makefile	Mon Aug  4 20:09:10 2014	(r364047)
@@ -10,6 +10,7 @@ MASTER_SITES=	ftp://ftp.feep.net/pub/sof
 MAINTAINER=	pirzyk at FreeBSD.org
 COMMENT=	PAM module for per-user authentication
 
-USE_AUTOTOOLS=	libtool
+USES=		libtool
+GNU_CONFIGURE=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list