diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-20 04:20:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-20 04:20:48 +0800 |
commit | d2449650dc88258ccd87c962ca1e22b9a6843873 (patch) | |
tree | d871c2b94456dbae07ab7099938e03fd7ee79367 /net | |
parent | 3d9d4f6f1cdee0e1e83362e8c781575b0b56a825 (diff) | |
download | freebsd-ports-gnome-d2449650dc88258ccd87c962ca1e22b9a6843873.tar.gz freebsd-ports-gnome-d2449650dc88258ccd87c962ca1e22b9a6843873.tar.zst freebsd-ports-gnome-d2449650dc88258ccd87c962ca1e22b9a6843873.zip |
- Use USES=localbase
Diffstat (limited to 'net')
-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= * |