summaryrefslogtreecommitdiff
path: root/x11/gtk2
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 /x11/gtk2
parent6822724eae27d01a2e084b71db16078752e7a7b8 (diff)
downloadpkgsrc-51931a2fe9399e97fadcabb745b99823b2986289.tar.gz
Remove references to python-2.3.
Diffstat (limited to 'x11/gtk2')
-rw-r--r--x11/gtk2/Makefile4
1 files changed, 2 insertions, 2 deletions
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