From e0d1e94a88f19f6b6754780f4f483f821873e800 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 21 Dec 2008 10:58:52 +0000 Subject: [PATCH] Also depend on py-expat for Python 2.3 (noted by Joerg) and Python 2.1. --- chat/telepathy-glib/Makefile | 4 ++-- x11/gnome-terminal/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile index d340234d597d..8a4a754dc899 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/12/21 10:36:00 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/12/21 10:58:52 wiz Exp $ # DISTNAME= telepathy-glib-0.7.18 @@ -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" +.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23" || ${PYPKGPREFIX} == "py21" BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat .endif diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index 6d81a01cf547..e141eb68b9d9 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/12/21 10:35:19 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2008/12/21 10:58:53 wiz Exp $ # DISTNAME= gnome-terminal-2.24.2 @@ -26,7 +26,7 @@ GCONF_SCHEMAS= gnome-terminal.schemas PYTHON_FOR_BUILD_ONLY= YES .include "../../lang/python/pyversion.mk" -.if ${PYPKGPREFIX} == "py24" +.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23" || ${PYPKGPREFIX} == "py21" BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat .endif