svn commit: r356764 - head/textproc/dict
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jun 6 11:06:33 UTC 2014
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
More information about the svn-ports-all
mailing list