From 338a33b4c385847964c50279ccaf091c0c6c9860 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 9 Sep 2009 11:16:56 +0000 Subject: Remove references to python-2.3. --- x11/gnome-terminal/Makefile | 4 ++-- x11/gtk2/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'x11') diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index ffb4f56dfb0..789f0be22f8 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2009/08/26 19:58:30 sno Exp $ +# $NetBSD: Makefile,v 1.27 2009/09/09 11:16:57 wiz Exp $ # DISTNAME= gnome-terminal-2.26.3.1 @@ -26,7 +26,7 @@ GCONF_SCHEMAS= gnome-terminal.schemas PYTHON_FOR_BUILD_ONLY= YES .include "../../lang/python/pyversion.mk" -.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23" +.if ${PYPKGPREFIX} == "py24" BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat .endif diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 25036f0fa6e..5e026a5bb8e 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.185 2009/08/29 18:00:00 wiz Exp $ +# $NetBSD: Makefile,v 1.186 2009/09/09 11:16:57 wiz Exp $ DISTNAME= gtk+-2.16.6 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -59,7 +59,7 @@ SUBST_FILES.pthread= gdk-pixbuf/Makefile.in PYTHON_PATCH_SCRIPTS= gtk/gtk-builder-convert # gtk-builder-convert uses minidom from xml.dom, which needs expat .include "../../lang/python/pyversion.mk" -.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23" +.if ${PYPKGPREFIX} == "py24" DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat .endif -- cgit v1.2.3