summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2008-12-21 10:58:52 +0000
committerwiz <wiz>2008-12-21 10:58:52 +0000
commite76fca6fb5ab5a2b111600131d3a4a599a91de1b (patch)
tree36b2d05c10f70034627794bfab964f09e1b7b6fa /x11
parentff3f0df13468e37f687f6db0f72fc948872dea54 (diff)
downloadpkgsrc-e76fca6fb5ab5a2b111600131d3a4a599a91de1b.tar.gz
Also depend on py-expat for Python 2.3 (noted by Joerg) and Python 2.1.
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-terminal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
index 6d81a01cf54..e141eb68b9d 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