svn commit: r362819 - head/net/ptpd2

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 24 16:13:15 UTC 2014


Author: amdmi3
Date: Thu Jul 24 16:13:14 2014
New Revision: 362819
URL: http://svnweb.freebsd.org/changeset/ports/362819
QAT: https://qat.redports.org/buildarchive/r362819/

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

Modified:
  head/net/ptpd2/Makefile

Modified: head/net/ptpd2/Makefile
==============================================================================
--- head/net/ptpd2/Makefile	Thu Jul 24 16:10:03 2014	(r362818)
+++ head/net/ptpd2/Makefile	Thu Jul 24 16:13:14 2014	(r362819)
@@ -16,9 +16,9 @@ CONFLICTS=	ptpd2-devel.*
 
 ETCDIR=	${PREFIX}/etc/${PORTNAME}${PKGNAMESUFFIX}
 
-USES=	gmake
+USES=		gmake libtool
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	autoconf:env aclocal:env automake:env libtool
+USE_AUTOTOOLS=	autoconf:env aclocal:env automake:env libtoolize
 
 PORTDOCS=	*
 


More information about the svn-ports-all mailing list