summaryrefslogtreecommitdiff
path: root/x11/gnome-terminal
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-09 21:09:20 +0000
committerjoerg <joerg>2009-02-09 21:09:20 +0000
commit22091d12d5d9afb35ff7317bb19725b265ac9131 (patch)
tree635d2c2cd03c8f3021d6ce3b171522808e69ddf1 /x11/gnome-terminal
parent21e27c5af5f4403909b558d86cd4f7168a2f35bd (diff)
downloadpkgsrc-22091d12d5d9afb35ff7317bb19725b265ac9131.tar.gz
Remove Python 2.1 support.
Diffstat (limited to 'x11/gnome-terminal')
-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 69d168121e9..1968d185805 100644
--- a/x11/gnome-terminal/Makefile
+++ b/x11/gnome-terminal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2009/01/14 13:40:46 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2009/02/09 21:09:23 joerg Exp $
#
DISTNAME= gnome-terminal-2.24.3
@@ -26,7 +26,7 @@ GCONF_SCHEMAS= gnome-terminal.schemas
PYTHON_FOR_BUILD_ONLY= YES
.include "../../lang/python/pyversion.mk"
-.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23" || ${PYPKGPREFIX} == "py21"
+.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23"
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
.endif