Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 16:39:42 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368577 - head/textproc/dictfmt
Message-ID:  <201409191639.s8JGdgqB012128@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409191639.s8JGdgqB012128>