diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-06 11:06:26 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-06 11:06:26 +0000 |
commit | 38d22dd3ace6378a052d5055ba9e571abd53e7c0 (patch) | |
tree | b062d336df7a441f49ad74a8185b040520675989 | |
parent | 458efc5914aa8f6d8ef1b6d0ce41a7f33c958033 (diff) |
- Switch to USES=libtool
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=356763
-rw-r--r-- | textproc/dictfmt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile index 17083ace7386..444f186fc29c 100644 --- a/textproc/dictfmt/Makefile +++ b/textproc/dictfmt/Makefile @@ -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 \ |