Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jun 2014 11:06:32 +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: r356764 - head/textproc/dict
Message-ID:  <201406061106.s56B6WA3070559@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jun  6 11:06:32 2014
New Revision: 356764
URL: http://svnweb.freebsd.org/changeset/ports/356764
QAT: https://qat.redports.org/buildarchive/r356764/

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

Modified:
  head/textproc/dict/Makefile

Modified: head/textproc/dict/Makefile
==============================================================================
--- head/textproc/dict/Makefile	Fri Jun  6 11:06:26 2014	(r356763)
+++ head/textproc/dict/Makefile	Fri Jun  6 11:06:32 2014	(r356764)
@@ -14,13 +14,13 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libmaa.so:${PORTSDIR}/devel/libmaa
 
-USES=		bison gmake
+USES=		bison gmake libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-local-zlib --with-cflags="${CFLAGS}" \
 		--with-etcdir=${PREFIX}/etc
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USE_AUTOTOOLS=	libtool
+USE_AUTOTOOLS=	libtoolize
 ALL_TARGET=	dict
 INSTALL_TARGET=	install.dict
 



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