From 94a3f9b7a3b2fbb0a8dbd7b23ce68a7fd17d4996 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 5 Mar 2009 18:51:26 +0000 Subject: Remove PYBINMODULE. All it did was mark some packages as not available on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it. --- net/py-GeoIP/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net/py-GeoIP') diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile index c3281620078..94364430c88 100644 --- a/net/py-GeoIP/Makefile +++ b/net/py-GeoIP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:41 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/03/05 18:51:30 joerg Exp $ # DISTNAME= GeoIP-Python-1.2.1 @@ -13,7 +13,6 @@ COMMENT= GeoIP support for Python PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYBINMODULE= yes .include "../../lang/python/extension.mk" .include "../../net/GeoIP/buildlink3.mk" -- cgit v1.2.3