diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-06 19:06:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-06 19:06:32 +0800 |
commit | 894dcc9676871e44390f3387ea5355aecf202604 (patch) | |
tree | 0a48c837af08d5334c1fb57dbb8cb5c09574f667 /textproc | |
parent | b78f044474e484009fd3a54ae797f9fe466f13fe (diff) | |
download | freebsd-ports-gnome-894dcc9676871e44390f3387ea5355aecf202604.tar.gz freebsd-ports-gnome-894dcc9676871e44390f3387ea5355aecf202604.tar.zst freebsd-ports-gnome-894dcc9676871e44390f3387ea5355aecf202604.zip |
- Swith to USES=libtool
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dict/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 63c8449ae24e..3b2187897ac0 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -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 |