diff options
author | wiz <wiz@pkgsrc.org> | 2009-09-09 11:16:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-09-09 11:16:56 +0000 |
commit | 338a33b4c385847964c50279ccaf091c0c6c9860 (patch) | |
tree | 020874bc1d8c5d03d7dd2bbf50dab8bcba51d895 /x11 | |
parent | 3d4456b73df27b7f850d1492baf84afb62eab5be (diff) | |
download | pkgsrc-338a33b4c385847964c50279ccaf091c0c6c9860.tar.gz |
Remove references to python-2.3.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-terminal/Makefile | 4 | ||||
-rw-r--r-- | x11/gtk2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
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 |