summaryrefslogtreecommitdiff
path: root/lang/python24-pth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python24-pth/Makefile')
-rw-r--r--lang/python24-pth/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/python24-pth/Makefile b/lang/python24-pth/Makefile
new file mode 100644
index 00000000000..d28f4f3f165
--- /dev/null
+++ b/lang/python24-pth/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/05 23:28:53 recht Exp $
+#
+
+PKGNAME= python24-pth-2.4
+
+PTHREAD_OPTS= require
+.include "../../mk/pthread.buildlink3.mk"
+.if ${PTHREAD_TYPE} == "pth"
+CONFIGURE_ARGS+= --with-pth
+.endif
+
+PY_VER_SUFFIX= 2p4
+
+.include "../../lang/python24/Makefile.common"