diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/py-IP/Makefile | 3 | ||||
-rw-r--r-- | net/py-soaplib/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net/py-IP/Makefile b/net/py-IP/Makefile index 9592285e164..8bf0cbd4200 100644 --- a/net/py-IP/Makefile +++ b/net/py-IP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/11/02 10:58:33 obache Exp $ +# $NetBSD: Makefile,v 1.16 2011/12/03 00:02:15 joerg Exp $ DISTNAME= IPy-0.75 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/IPy/IP/} @@ -12,6 +12,7 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes PYTHON_VERSIONS_INCOMPATIBLE= 24 do-test: diff --git a/net/py-soaplib/Makefile b/net/py-soaplib/Makefile index f75e8f9bd1a..b52ecfd313b 100644 --- a/net/py-soaplib/Makefile +++ b/net/py-soaplib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:42 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2011/12/03 00:02:16 joerg Exp $ # DISTNAME= soaplib-0.8-20000621 @@ -14,6 +14,8 @@ COMMENT= Implementation of the SOAP 1.1 protocol PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes + WRKSRC= ${WRKDIR} NO_BUILD= yes |