svn commit: r368577 - head/textproc/dictfmt
Tijl Coosemans
tijl at FreeBSD.org
Fri Sep 19 16:39:42 UTC 2014
Author: tijl
Date: Fri Sep 19 16:39:41 2014
New Revision: 368577
URL: http://svnweb.freebsd.org/changeset/ports/368577
QAT: https://qat.redports.org/buildarchive/r368577/
Log:
Switch to USES=libtool:build
Modified:
head/textproc/dictfmt/Makefile
Modified: head/textproc/dictfmt/Makefile
==============================================================================
--- head/textproc/dictfmt/Makefile Fri Sep 19 16:38:49 2014 (r368576)
+++ head/textproc/dictfmt/Makefile Fri Sep 19 16:39:41 2014 (r368577)
@@ -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_ind
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>
More information about the svn-ports-all
mailing list