pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Also depend on py-expat for Python 2.3 (noted by Joerg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfa2e7b4210b
branches:  trunk
changeset: 551934:dfa2e7b4210b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 21 10:58:52 2008 +0000

description:
Also depend on py-expat for Python 2.3 (noted by Joerg) and Python 2.1.

diffstat:

 chat/telepathy-glib/Makefile |  4 ++--
 x11/gnome-terminal/Makefile  |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 37344fc4c304 -r dfa2e7b4210b chat/telepathy-glib/Makefile
--- a/chat/telepathy-glib/Makefile      Sun Dec 21 10:41:52 2008 +0000
+++ b/chat/telepathy-glib/Makefile      Sun Dec 21 10:58:52 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/12/21 10:36:00 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2008/12/21 10:58:52 wiz Exp $
 #
 
 DISTNAME=      telepathy-glib-0.7.18
@@ -16,7 +16,7 @@
 PKGCONFIG_OVERRIDE+=   telepathy-glib/telepathy-glib.pc.in
 
 .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
 
diff -r 37344fc4c304 -r dfa2e7b4210b x11/gnome-terminal/Makefile
--- a/x11/gnome-terminal/Makefile       Sun Dec 21 10:41:52 2008 +0000
+++ b/x11/gnome-terminal/Makefile       Sun Dec 21 10:58:52 2008 +0000
@@ -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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index