diff options
Diffstat (limited to 'net/py-GeoIP/Makefile')
-rw-r--r-- | net/py-GeoIP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile index c7d73af48f0c..1b5b49b1dbe6 100644 --- a/net/py-GeoIP/Makefile +++ b/net/py-GeoIP/Makefile @@ -21,8 +21,8 @@ GH_PROJECT= geoip-api-python GH_TAGNAME= v${PORTVERSION} GH_COMMIT= 993f63c -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils PYDISTUTILS_PKGNAME= GeoIP-Python EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} |