diff options
author | wiz <wiz> | 2010-01-27 08:46:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-01-27 08:46:50 +0000 |
commit | ddb799456b4cacbb5383be0d8509e2a21f0fc302 (patch) | |
tree | 0bb648dae310d9dfedb899a1c33a31201ec12010 /x11/gnome-terminal | |
parent | 1bc33766d1e7eab77fa47da813a3e3076c47e30e (diff) | |
download | pkgsrc-ddb799456b4cacbb5383be0d8509e2a21f0fc302.tar.gz |
Depend on py-expat for all supported python versions, now that
python25 and python26 have been fixed to behave like python24.
Diffstat (limited to 'x11/gnome-terminal')
-rw-r--r-- | x11/gnome-terminal/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index 93190fd4ae2..8506a4a6088 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2009/12/16 17:20:31 drochner Exp $ +# $NetBSD: Makefile,v 1.30 2010/01/27 08:46:50 wiz Exp $ # DISTNAME= gnome-terminal-2.28.2 +PKGREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-terminal/2.28/} EXTRACT_SUFX= .tar.bz2 @@ -10,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Xterm like terminal program for GNOME 2 +BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat + PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS= gnome-core-[0-9]* gnome2-terminal-[0-9]* @@ -24,10 +27,6 @@ CONFIGURE_ENV+= ac_cv_path_GTK_BUILDER_CONVERT="${PYTHONBIN} ${BUILDLINK_PREFIX GCONF_SCHEMAS= gnome-terminal.schemas PYTHON_FOR_BUILD_ONLY= YES -.include "../../lang/python/pyversion.mk" -.if ${PYPKGPREFIX} == "py24" -BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -.endif .include "../../sysutils/desktop-file-utils/desktopdb.mk" BUILDLINK_API_DEPENDS.GConf+= GConf>=2.14.0 |