pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/caribou caribou: Add missing dependencies.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45b728236aee
branches:  trunk
changeset: 311095:45b728236aee
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jul 31 22:06:54 2018 +0000

description:
caribou: Add missing dependencies.

diffstat:

 x11/caribou/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r ddccf3595618 -r 45b728236aee x11/caribou/Makefile
--- a/x11/caribou/Makefile      Tue Jul 31 21:14:33 2018 +0000
+++ b/x11/caribou/Makefile      Tue Jul 31 22:06:54 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/06/11 23:58:04 youri Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/31 22:06:54 jperkin Exp $
 
 DISTNAME=      caribou-0.4.21
 CATEGORIES=    x11
@@ -10,9 +10,11 @@
 COMMENT=       Simplified in-place on-screen keyboard
 LICENSE=       gnu-lgpl-v2.1
 
+DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
+
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            pkg-config intltool gmake
+USE_TOOLS+=            pkg-config intltool gmake xgettext
 
 PY_PATCHPLIST= yes
 
@@ -26,6 +28,7 @@
 .include "../../x11/libxklavier/buildlink3.mk"
 .include "../../devel/libgee/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/libxslt/xsltproc-nonet.mk"
 .include "../../graphics/clutter/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index