From owner-svn-ports-all@freebsd.org Tue Dec 27 20:53:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FDF0C93D72; Tue, 27 Dec 2016 20:53:28 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 4F5FE1931; Tue, 27 Dec 2016 20:53:28 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBRKrRhe092200; Tue, 27 Dec 2016 20:53:27 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBRKrRkH092199; Tue, 27 Dec 2016 20:53:27 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201612272053.uBRKrRkH092199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Tue, 27 Dec 2016 20:53:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429659 - head/games/freeciv 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.23 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: Tue, 27 Dec 2016 20:53:28 -0000 Author: johans Date: Tue Dec 27 20:53:27 2016 New Revision: 429659 URL: https://svnweb.freebsd.org/changeset/ports/429659 Log: Simplify using USES=localbase (no functional change) Reported by: danfe Modified: head/games/freeciv/Makefile Modified: head/games/freeciv/Makefile ============================================================================== --- head/games/freeciv/Makefile Tue Dec 27 20:52:52 2016 (r429658) +++ head/games/freeciv/Makefile Tue Dec 27 20:53:27 2016 (r429659) @@ -16,10 +16,9 @@ RUN_DEPENDS= hicolor-icon-theme>=0:misc/ LIB_DEPENDS= libltdl.so:devel/libltdl \ libcurl.so:ftp/curl -USES= gmake iconv libtool pkgconfig tar:bzip2 python sqlite readline +USES= gmake iconv libtool localbase pkgconfig tar:bzip2 python \ + sqlite readline GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} --program-transform-name= \ --enable-aimodules --enable-shared \ --enable-fcdb=sqlite3