summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz>2009-09-09 11:16:56 +0000
committerwiz <wiz>2009-09-09 11:16:56 +0000
commit51931a2fe9399e97fadcabb745b99823b2986289 (patch)
tree020874bc1d8c5d03d7dd2bbf50dab8bcba51d895 /chat
parent6822724eae27d01a2e084b71db16078752e7a7b8 (diff)
downloadpkgsrc-51931a2fe9399e97fadcabb745b99823b2986289.tar.gz
Remove references to python-2.3.
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 2eae175747f..4ffd3c36293 100644
--- a/chat/telepathy-gabble/Makefile
+++ b/chat/telepathy-gabble/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/04/01 16:20:41 roy Exp $
+# $NetBSD: Makefile,v 1.8 2009/09/09 11:16:56 wiz Exp $
#
DISTNAME= telepathy-gabble-0.7.21
@@ -16,7 +16,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
.include "../../lang/python/pyversion.mk"
-.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23"
+.if ${PYPKGPREFIX} == "py24"
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
.endif
CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile
index da742bdd022..6fb806d791e 100644
--- a/chat/telepathy-glib/Makefile
+++ b/chat/telepathy-glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/09/09 10:20:30 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2009/09/09 11:16:56 wiz Exp $
#
DISTNAME= telepathy-glib-0.7.36
@@ -19,7 +19,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
PKGCONFIG_OVERRIDE+= telepathy-glib/telepathy-glib.pc.in
.include "../../lang/python/pyversion.mk"
-.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23"
+.if ${PYPKGPREFIX} == "py24"
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
.endif
CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile
index e7d56173673..10a1f000864 100644
--- a/chat/telepathy-idle/Makefile
+++ b/chat/telepathy-idle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/08/16 18:01:05 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2009/09/09 11:16:56 wiz Exp $
#
DISTNAME= telepathy-idle-0.1.4
@@ -20,7 +20,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"
+.if ${PYPKGPREFIX} == "py24"
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
.endif
CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}