diff options
Diffstat (limited to 'net/py-spreadmodule')
-rw-r--r-- | net/py-spreadmodule/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-spreadmodule/Makefile b/net/py-spreadmodule/Makefile index be4a2ada26e..fc7e81bb23c 100644 --- a/net/py-spreadmodule/Makefile +++ b/net/py-spreadmodule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/24 09:55:55 recht Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/25 14:31:02 recht Exp $ # DISTNAME= SpreadModule-1.4 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.python.org/other/spread/ COMMENT= Python bindings for the Spread messaging service PYDISTUTILSPKG= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 21pth @@ -21,6 +21,6 @@ SUBST_STAGE.setup= post-patch SUBST_FILES.setup= setup.py SUBST_SED.setup= -e 's,/usr/local,${PREFIX},g' -.include "../../net/spread/buildlink2.mk" +.include "../../net/spread/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |