diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:20:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:20:48 +0000 |
commit | d4fc6e9864f8843a52971e708be4f213e31d043b (patch) | |
tree | d871c2b94456dbae07ab7099938e03fd7ee79367 | |
parent | a4a28c6f7f46703ae531a896dc60743e3cf77b95 (diff) | |
download | freebsd-ports-d4fc6e9864f8843a52971e708be4f213e31d043b.zip |
- Use USES=localbase
-rw-r--r-- | net/py-GeoIP/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile index d1f31725771f..20398e7ed9cf 100644 --- a/net/py-GeoIP/Makefile +++ b/net/py-GeoIP/Makefile @@ -17,9 +17,8 @@ LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP OPTIONS_DEFINE= EXAMPLES -CPPFLAGS+= -I${LOCALBASE}/include USE_PYTHON= autoplist concurrent distutils -USES= python shebangfix +USES= localbase python shebangfix PORTEXAMPLES= * |