svn commit: r364048 - head/security/pam_pseudo

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


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

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

Modified:
  head/security/pam_pseudo/Makefile

Modified: head/security/pam_pseudo/Makefile
==============================================================================
--- head/security/pam_pseudo/Makefile	Mon Aug  4 20:09:10 2014	(r364047)
+++ head/security/pam_pseudo/Makefile	Mon Aug  4 20:09:20 2014	(r364048)
@@ -9,7 +9,8 @@ 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
 CONFIGURE_ARGS=	--disable-encap --disable-epkg-install
 
 INSTALL_TARGET=	install-real


More information about the svn-ports-all mailing list