summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-09 21:09:20 +0000
committerjoerg <joerg>2009-02-09 21:09:20 +0000
commit781480548c1754a1d01fab923756ad398b55ff3c (patch)
tree635d2c2cd03c8f3021d6ce3b171522808e69ddf1 /chat
parent8fab6153e46ea377f949af813ba4f90fbb65d8c3 (diff)
downloadpkgsrc-781480548c1754a1d01fab923756ad398b55ff3c.tar.gz
Remove Python 2.1 support.
Diffstat (limited to 'chat')
-rw-r--r--chat/telepathy-gabble/Makefile4
-rw-r--r--chat/telepathy-glib/Makefile4
-rw-r--r--chat/telepathy-idle/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile
index bee286cced2..f62395f3ea7 100644
--- a/chat/telepathy-gabble/Makefile
+++ b/chat/telepathy-gabble/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/02/07 22:57:49 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2009/02/09 21:09:20 joerg Exp $
#
DISTNAME= telepathy-gabble-0.7.18
@@ -14,7 +14,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
.include "../../lang/python/pyversion.mk"
-.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23" || ${PYPKGPREFIX} == "py21"
+.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23"
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
.endif
diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile
index bc141a6dbe9..16ca38b919c 100644
--- a/chat/telepathy-glib/Makefile
+++ b/chat/telepathy-glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/01/18 16:18:50 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2009/02/09 21:09:20 joerg Exp $
#
DISTNAME= telepathy-glib-0.7.22
@@ -16,7 +16,7 @@ USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= telepathy-glib/telepathy-glib.pc.in
.include "../../lang/python/pyversion.mk"
-.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23" || ${PYPKGPREFIX} == "py21"
+.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23"
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
.endif
diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile
index 7f81e984677..d9e5ca5783f 100644
--- a/chat/telepathy-idle/Makefile
+++ b/chat/telepathy-idle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/02/07 22:57:49 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/02/09 21:09:20 joerg Exp $
#
DISTNAME= telepathy-idle-0.1.2
@@ -17,7 +17,7 @@ CONFIGURE_ARGS+= OPENSSL_CFLAGS=-I${BUILDLINK_PREFIX.openssl}/include
CONFIGURE_ARGS+= OPENSSL_LIBS="-L${BUILDLINK_PREFIX.openssl}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib -lssl"
.include "../../lang/python/pyversion.mk"
-.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23" || ${PYPKGPREFIX} == "py21"
+.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23"
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
.endif