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 /chat/telepathy-glib | |
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 'chat/telepathy-glib')
-rw-r--r-- | chat/telepathy-glib/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile index 6839e917118..561330d5253 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2009/12/06 22:25:19 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2010/01/27 08:46:50 wiz Exp $ # DISTNAME= telepathy-glib-0.9.2 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-glib/ @@ -10,18 +11,16 @@ HOMEPAGE= http://telepathy.freedesktop.org/wiki/Telepathy%20GLib COMMENT= GObject-based C binding for the Telepathy D-Bus API LICENSE= gnu-gpl-v2 AND modified-bsd +BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat + +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config -PKG_DESTDIR_SUPPORT= user-destdir - PKGCONFIG_OVERRIDE+= telepathy-glib/telepathy-glib.pc.in -.include "../../lang/python/pyversion.mk" -.if ${PYPKGPREFIX} == "py24" -BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -.endif CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} # see https://bugs.freedesktop.org/show_bug.cgi?id=23342 CONFIGURE_ARGS+= NM=nm |