pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat More py-expat dependencies for Python 2.3 and 2.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64786e34bffe
branches:  trunk
changeset: 554074:64786e34bffe
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Feb 07 22:57:49 2009 +0000

description:
More py-expat dependencies for Python 2.3 and 2.4.

diffstat:

 chat/telepathy-gabble/Makefile |  7 ++++++-
 chat/telepathy-idle/Makefile   |  7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r 4849ef0b302a -r 64786e34bffe chat/telepathy-gabble/Makefile
--- a/chat/telepathy-gabble/Makefile    Sat Feb 07 22:57:02 2009 +0000
+++ b/chat/telepathy-gabble/Makefile    Sat Feb 07 22:57:49 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/01/13 10:55:15 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2009/02/07 22:57:49 joerg Exp $
 #
 
 DISTNAME=      telepathy-gabble-0.7.18
@@ -13,6 +13,11 @@
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake pkg-config
 
+.include "../../lang/python/pyversion.mk"
+.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23" || ${PYPKGPREFIX} == "py21"
+BUILD_DEPENDS+=                ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+.endif
+
 .include "../../chat/telepathy-glib/buildlink3.mk"
 BUILDLINK_API_DEPENDS.loudmouth+=      loudmouth>=1.3.2
 .include "../../chat/loudmouth/buildlink3.mk"
diff -r 4849ef0b302a -r 64786e34bffe chat/telepathy-idle/Makefile
--- a/chat/telepathy-idle/Makefile      Sat Feb 07 22:57:02 2009 +0000
+++ b/chat/telepathy-idle/Makefile      Sat Feb 07 22:57:49 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/11/14 23:00:12 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2009/02/07 22:57:49 joerg Exp $
 #
 
 DISTNAME=      telepathy-idle-0.1.2
@@ -16,6 +16,11 @@
 CONFIGURE_ARGS+=       OPENSSL_CFLAGS=-I${BUILDLINK_PREFIX.openssl}/include
 CONFIGURE_ARGS+=       OPENSSL_LIBS="-L${BUILDLINK_PREFIX.openssl}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib -lssl"
 
+.include "../../lang/python/pyversion.mk"
+.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23" || ${PYPKGPREFIX} == "py21"
+BUILD_DEPENDS+=                ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+.endif
+
 .include "../../chat/telepathy-glib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index