Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jun 2014 11:06:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356763 - head/textproc/dictfmt
Message-ID:  <201406061106.s56B6RFZ070469@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406061106.s56B6RFZ070469>