Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 20:20:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399761 - head/net/py-GeoIP
Message-ID:  <201510192020.t9JKKmDa029251@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Oct 19 20:20:48 2015
New Revision: 399761
URL: https://svnweb.freebsd.org/changeset/ports/399761

Log:
  - Use USES=localbase

Modified:
  head/net/py-GeoIP/Makefile

Modified: head/net/py-GeoIP/Makefile
==============================================================================
--- head/net/py-GeoIP/Makefile	Mon Oct 19 20:20:43 2015	(r399760)
+++ head/net/py-GeoIP/Makefile	Mon Oct 19 20:20:48 2015	(r399761)
@@ -17,9 +17,8 @@ LIB_DEPENDS=	libGeoIP.so:${PORTSDIR}/net
 
 OPTIONS_DEFINE=	EXAMPLES
 
-CPPFLAGS+=	-I${LOCALBASE}/include
 USE_PYTHON=	autoplist concurrent distutils
-USES=		python shebangfix
+USES=		localbase python shebangfix
 
 PORTEXAMPLES=	*
 



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