svn commit: r362696 - head/ftp/tnftpd

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 23 14:10:13 UTC 2014


Author: amdmi3
Date: Wed Jul 23 14:10:12 2014
New Revision: 362696
URL: http://svnweb.freebsd.org/changeset/ports/362696
QAT: https://qat.redports.org/buildarchive/r362696/

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

Modified:
  head/ftp/tnftpd/Makefile

Modified: head/ftp/tnftpd/Makefile
==============================================================================
--- head/ftp/tnftpd/Makefile	Wed Jul 23 13:53:07 2014	(r362695)
+++ head/ftp/tnftpd/Makefile	Wed Jul 23 14:10:12 2014	(r362696)
@@ -9,7 +9,9 @@ MASTER_SITES=	ftp://ftp.netbsd.org/pub/N
 MAINTAINER=	cejkar at fit.vutbr.cz
 COMMENT=	Enhanced ftp server from NetBSD
 
-USE_AUTOTOOLS=	aclocal automake libtool
+USES=		libtool
+GNU_CONFIGURE=	yes
+USE_AUTOTOOLS=	aclocal automake
 AUTOMAKE_ARGS=	--add-missing
 ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
 


More information about the svn-ports-head mailing list