Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2016 20:53:27 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429659 - head/games/freeciv
Message-ID:  <201612272053.uBRKrRkH092199@repo.freebsd.org>

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



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