diff options
author | wiz <wiz> | 2008-12-21 10:58:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-12-21 10:58:52 +0000 |
commit | e76fca6fb5ab5a2b111600131d3a4a599a91de1b (patch) | |
tree | 36b2d05c10f70034627794bfab964f09e1b7b6fa /chat/telepathy-glib | |
parent | ff3f0df13468e37f687f6db0f72fc948872dea54 (diff) | |
download | pkgsrc-e76fca6fb5ab5a2b111600131d3a4a599a91de1b.tar.gz |
Also depend on py-expat for Python 2.3 (noted by Joerg) and Python 2.1.
Diffstat (limited to 'chat/telepathy-glib')
-rw-r--r-- | chat/telepathy-glib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile index d340234d597..8a4a754dc89 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -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 @@ USE_TOOLS+= gmake pkg-config 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 |