summaryrefslogtreecommitdiff
path: root/lang/python26/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2012-08-14 18:41:19 +0000
committerdrochner <drochner>2012-08-14 18:41:19 +0000
commit968cf6f0c58d6eb132e08b0505a523e7a5ef289d (patch)
tree4b843172b732b808b2de486b12e4a29f0dba633b /lang/python26/Makefile
parenta2cb5085d347fa9a2457e0c996c3eed8b5769d70 (diff)
downloadpkgsrc-968cf6f0c58d6eb132e08b0505a523e7a5ef289d.tar.gz
as with python27: avoid POSIX semaphores on NetBSD, this is broken
at least on -current
Diffstat (limited to 'lang/python26/Makefile')
-rw-r--r--lang/python26/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index bf516b5c288..0e12fa51fb9 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.48 2012/05/13 09:00:43 obache Exp $
+# $NetBSD: Makefile,v 1.49 2012/08/14 18:41:19 drochner Exp $
.include "dist.mk"
PKGNAME= python26-${PY_DISTVERSION}
+PKGREVISION= 1
CATEGORIES= lang python
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -48,7 +49,6 @@ LIBS.SunOS+= -lrt
PY_VER_SUFFIX= 2.6
.if ${OPSYS} == "NetBSD"
-PRIVILEGED_STAGES+= clean
# XXX work around a botched autoconf check which ignores libintl
CONFIGURE_ENV+= ac_cv_func_bind_textdomain_codeset=yes
.endif