svn commit: r356763 - head/textproc/dictfmt

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 6 11:06:27 UTC 2014


Author: amdmi3
Date: Fri Jun  6 11:06:26 2014
New Revision: 356763
URL: http://svnweb.freebsd.org/changeset/ports/356763
QAT: https://qat.redports.org/buildarchive/r356763/

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

Modified:
  head/textproc/dictfmt/Makefile

Modified: head/textproc/dictfmt/Makefile
==============================================================================
--- head/textproc/dictfmt/Makefile	Fri Jun  6 10:59:46 2014	(r356762)
+++ head/textproc/dictfmt/Makefile	Fri Jun  6 11:06:26 2014	(r356763)
@@ -14,12 +14,12 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libmaa.so:${PORTSDIR}/devel/libmaa
 
-USES=	gmake
+USES=		gmake libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-cflags="${CFLAGS}"
 ALL_TARGET=	dictfmt
 INSTALL_TARGET=	install.dictfmt
-USE_AUTOTOOLS=	libtool
+USE_AUTOTOOLS=	libtoolize
 
 PLIST_FILES=	bin/dictfmt bin/dictfmt_index2suffix bin/dictfmt_index2word \
 		bin/dictunformat man/man1/dictfmt.1.gz \


More information about the svn-ports-head mailing list