pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/telepathy-haze



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr  8 08:48:55 UTC 2021

Modified Files:
        pkgsrc/chat/telepathy-haze: Makefile

Log Message:
telepathy-haze: add missing build dependency on py-expat


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/chat/telepathy-haze/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/telepathy-haze/Makefile
diff -u pkgsrc/chat/telepathy-haze/Makefile:1.15 pkgsrc/chat/telepathy-haze/Makefile:1.16
--- pkgsrc/chat/telepathy-haze/Makefile:1.15    Thu Dec 31 00:36:35 2020
+++ pkgsrc/chat/telepathy-haze/Makefile Thu Apr  8 08:48:55 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/12/31 00:36:35 mef Exp $
+# $NetBSD: Makefile,v 1.16 2021/04/08 08:48:55 wiz Exp $
 
 DISTNAME=      telepathy-haze-0.8.0
 PKGREVISION=   4
@@ -10,6 +10,8 @@ MAINTAINER=   jaapb%NetBSD.org@localhost
 COMMENT=       Libpurple connection manager for Telepathy
 LICENSE=       gnu-gpl-v2
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
 GNU_CONFIGURE= yes
 USE_TOOLS=     gmake pkg-config
 PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.8.0



Home | Main Index | Thread Index | Old Index