svn commit: r429659 - head/games/freeciv
Johan van Selst
johans at FreeBSD.org
Tue Dec 27 20:53:28 UTC 2016
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
More information about the svn-ports-all
mailing list