diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-19 16:39:41 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-19 16:39:41 +0000 |
commit | 1264be44f9192c00cc36841628cc570588414162 (patch) | |
tree | 8f61451e5315d0e6a596030394a9c0b69904158e /textproc/dictfmt | |
parent | 2cb6e518521c3503cdeddef8b0be23f5d997c768 (diff) | |
download | ports-1264be44f9192c00cc36841628cc570588414162.tar.gz ports-1264be44f9192c00cc36841628cc570588414162.zip |
Notes
Diffstat (limited to 'textproc/dictfmt')
-rw-r--r-- | textproc/dictfmt/Makefile | 5 |
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> |