diff options
Diffstat (limited to 'net/py-IP')
-rw-r--r-- | net/py-IP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-IP/Makefile b/net/py-IP/Makefile index dd8a5a80928..8124ef6c41c 100644 --- a/net/py-IP/Makefile +++ b/net/py-IP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/09/21 09:29:15 jmc Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/27 06:05:57 snj Exp $ DISTNAME= IPy-0.4 PKGNAME= ${PYPKGPREFIX}-IP-0.4 @@ -10,7 +10,7 @@ HOMEPAGE= http://c0re.jp:80/c0de/IPy/ COMMENT= Python module to handle IPv4 and IPv6 address PYDISTUTILSPKG= # defined -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |