svn commit: r399761 - head/net/py-GeoIP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Oct 19 20:20:49 UTC 2015


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=	*
 


More information about the svn-ports-all mailing list