diff options
author | jmc <jmc@pkgsrc.org> | 2003-09-21 09:21:07 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-09-21 09:21:07 +0000 |
commit | 2b213b699924a8ccb1847f92927fa7d3715ced51 (patch) | |
tree | 2a7eecbc95fecd503900441ee556b923128c061d /net/py-IP | |
parent | 3eaae3e395652c4ca691716374acc2a6c27a5a36 (diff) | |
download | pkgsrc-2b213b699924a8ccb1847f92927fa7d3715ced51.tar.gz |
Add USE_BUILDLINK2 so this picks up a proper depend
Diffstat (limited to 'net/py-IP')
-rw-r--r-- | net/py-IP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-IP/Makefile b/net/py-IP/Makefile index 2911a4df429..dd8a5a80928 100644 --- a/net/py-IP/Makefile +++ b/net/py-IP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 17:11:10 martti Exp $ +# $NetBSD: Makefile,v 1.4 2003/09/21 09:29:15 jmc Exp $ DISTNAME= IPy-0.4 PKGNAME= ${PYPKGPREFIX}-IP-0.4 @@ -10,6 +10,7 @@ HOMEPAGE= http://c0re.jp:80/c0de/IPy/ COMMENT= Python module to handle IPv4 and IPv6 address PYDISTUTILSPKG= # defined +USE_BUILDLINK2= yes .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |