diff options
author | snj <snj@pkgsrc.org> | 2004-04-27 06:05:57 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-27 06:05:57 +0000 |
commit | f0768bb694bc177dc77765548782a1e9c32e6c54 (patch) | |
tree | 298bb2539c60f1c76a20490d91bc4cb62d17ede8 /net/py-IP | |
parent | 67721bd22d50a02e35021f1d03c3658680e89201 (diff) | |
download | pkgsrc-f0768bb694bc177dc77765548782a1e9c32e6c54.tar.gz |
Convert to buildlink3.
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" |