summaryrefslogtreecommitdiff
path: root/chat/telepathy-glib/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-02-09 21:09:20 +0000
committerjoerg <joerg@pkgsrc.org>2009-02-09 21:09:20 +0000
commite2107c85f6bad7fd4db8a0d32dc52e482dcf01ed (patch)
tree635d2c2cd03c8f3021d6ce3b171522808e69ddf1 /chat/telepathy-glib/Makefile
parentad1b116365db6ac6eeb7313aafbc665fdd0fa9c6 (diff)
downloadpkgsrc-e2107c85f6bad7fd4db8a0d32dc52e482dcf01ed.tar.gz
Remove Python 2.1 support.
Diffstat (limited to 'chat/telepathy-glib/Makefile')
-rw-r--r--chat/telepathy-glib/Makefile4
1 files changed, 2 insertions, 2 deletions
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