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 6179ca23390..a2c3dce1017 100644 --- a/net/py-GeoIP/Makefile +++ b/net/py-GeoIP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/12/31 13:57:28 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:53 adam Exp $ DISTNAME= GeoIP-Python-1.2.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python-//} @@ -10,7 +10,7 @@ HOMEPAGE= http://www.maxmind.com/app/python COMMENT= GeoIP support for Python LICENSE= gnu-lgpl-v2.1 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.7 .include "../../lang/python/distutils.mk" .include "../../net/GeoIP/buildlink3.mk" |