summaryrefslogtreecommitdiff
path: root/lang/python21-pth/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2002-09-04 14:25:17 +0000
committerdrochner <drochner>2002-09-04 14:25:17 +0000
commitec2614847bdee0d56e6242080a96490c4dbeb02c (patch)
treedc6d7bb31c10fb80d38c35c5fc5e6be1be6e24d6 /lang/python21-pth/Makefile
parent950c2980bb57a87da3609103548409704cc89484 (diff)
downloadpkgsrc-ec2614847bdee0d56e6242080a96490c4dbeb02c.tar.gz
the interpreter itself _can_ be built with buildlink2
Diffstat (limited to 'lang/python21-pth/Makefile')
-rw-r--r--lang/python21-pth/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python21-pth/Makefile b/lang/python21-pth/Makefile
index 82a79b5223f..8d178983351 100644
--- a/lang/python21-pth/Makefile
+++ b/lang/python21-pth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/08/20 19:58:58 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/04 14:25:17 drochner Exp $
#
DISTNAME= Python-2.1.3
@@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.python.org/
COMMENT= Interpreted, interactive, object-oriented programming language
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= yes
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-pth
@@ -20,8 +20,8 @@ INSTALL_TARGET= altinstall
post-extract:
${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc2p1
-.include "../../devel/zlib/buildlink.mk"
-.include "../../devel/pth/buildlink.mk"
+.include "../../devel/zlib/buildlink2.mk"
+.include "../../devel/pth/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
# This comes after bsd.pkg.mk so that the LDFLAGS here overrides the one