summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorabs <abs>2012-03-16 14:21:36 +0000
committerabs <abs>2012-03-16 14:21:36 +0000
commit1621ea32e061d37917b17516d2e53ab8cc4c56ed (patch)
tree639ceaf295dfe3e55794adfca7ed0910c3c56e7b /lang
parentb5659a983cbba746fb29cd12aa5b3a04ec94ae56 (diff)
downloadpkgsrc-1621ea32e061d37917b17516d2e53ab8cc4c56ed.tar.gz
Pickup PLIST.Linux2 from python27 not python24 - fix build on at least RedHat ES 5.6
Diffstat (limited to 'lang')
-rw-r--r--lang/python27/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index dda873cc81a..24adc2005da 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/03/05 08:23:24 sbd Exp $
+# $NetBSD: Makefile,v 1.13 2012/03/16 14:21:36 abs Exp $
.include "dist.mk"
@@ -76,7 +76,7 @@ PY_PLATNAME= ${LOWER_OPSYS}${OS_VERSION:C/\..*//}
PLIST_SUBST+= PY_PLATNAME=${PY_PLATNAME:Q}
.if ${PY_PLATNAME} == "linux2"
-PLIST_SRC+= ${.CURDIR}/../../lang/python24/PLIST.Linux2
+PLIST_SRC+= ${.CURDIR}/../../lang/python27/PLIST.Linux2
.endif
.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "amd64") || \