From owner-svn-ports-all@FreeBSD.ORG Fri Sep 19 16:39:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6EB1781B; Fri, 19 Sep 2014 16:39:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A7C0C12; Fri, 19 Sep 2014 16:39:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8JGdgXs012129; Fri, 19 Sep 2014 16:39:42 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8JGdgqB012128; Fri, 19 Sep 2014 16:39:42 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409191639.s8JGdgqB012128@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 19 Sep 2014 16:39:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368577 - head/textproc/dictfmt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2014 16:39:42 -0000 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