From 4ff4224bf79bc28564a93c16bae69f04c5adbed9 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 27 Jan 2010 08:46:50 +0000 Subject: Depend on py-expat for all supported python versions, now that python25 and python26 have been fixed to behave like python24. --- chat/telepathy-idle/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'chat/telepathy-idle/Makefile') diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile index 92e334a15a5..5560d647772 100644 --- a/chat/telepathy-idle/Makefile +++ b/chat/telepathy-idle/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2010/01/17 12:02:07 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2010/01/27 08:46:50 wiz Exp $ # DISTNAME= telepathy-idle-0.1.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-idle/ @@ -11,6 +11,8 @@ HOMEPAGE= http://telepathy.freedesktop.org/wiki/Components COMMENT= Full-featured IRC connection manager for Telepathy LICENSE= gnu-lgpl-v2.1 +BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes @@ -20,10 +22,6 @@ USE_TOOLS+= gmake pkg-config 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" -BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -.endif CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} .include "../../chat/telepathy-glib/buildlink3.mk" -- cgit v1.2.3