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 | 206a66b761b2d619d119491b1d1c84cc7caa1bf2 (patch) | |
tree | 020874bc1d8c5d03d7dd2bbf50dab8bcba51d895 /x11/gnome-terminal | |
parent | 90c9574d143fdb5623e9dcdb5bed7a0058be96d2 (diff) | |
download | pkgsrc-206a66b761b2d619d119491b1d1c84cc7caa1bf2.tar.gz |
Remove references to python-2.3.
Diffstat (limited to 'x11/gnome-terminal')
-rw-r--r-- | x11/gnome-terminal/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |