aboutsummaryrefslogtreecommitdiff
path: root/textproc/dictfmt
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-19 16:39:41 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-19 16:39:41 +0000
commit1264be44f9192c00cc36841628cc570588414162 (patch)
tree8f61451e5315d0e6a596030394a9c0b69904158e /textproc/dictfmt
parent2cb6e518521c3503cdeddef8b0be23f5d997c768 (diff)
downloadports-1264be44f9192c00cc36841628cc570588414162.tar.gz
ports-1264be44f9192c00cc36841628cc570588414162.zip
Switch to USES=libtool:build
Notes
Notes: svn path=/head/; revision=368577
Diffstat (limited to 'textproc/dictfmt')
-rw-r--r--textproc/dictfmt/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile
index 444f186fc29c..c0d5cb30a7b8 100644
--- a/textproc/dictfmt/Makefile
+++ b/textproc/dictfmt/Makefile
@@ -14,12 +14,11 @@ LICENSE= GPLv2
LIB_DEPENDS= libmaa.so:${PORTSDIR}/devel/libmaa
-USES= gmake libtool
+USES= gmake libtool:build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-cflags="${CFLAGS}"
ALL_TARGET= dictfmt
INSTALL_TARGET= install.dictfmt
-USE_AUTOTOOLS= libtoolize
PLIST_FILES= bin/dictfmt bin/dictfmt_index2suffix bin/dictfmt_index2word \
bin/dictunformat man/man1/dictfmt.1.gz \
@@ -27,6 +26,6 @@ PLIST_FILES= bin/dictfmt bin/dictfmt_index2suffix bin/dictfmt_index2word \
man/man1/dictfmt_index2word.1.gz man/man1/dictunformat.1.gz
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LIBS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>