pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/caribou



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jul 31 22:06:54 UTC 2018

Modified Files:
        pkgsrc/x11/caribou: Makefile

Log Message:
caribou: Add missing dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/caribou/Makefile

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

Modified files:

Index: pkgsrc/x11/caribou/Makefile
diff -u pkgsrc/x11/caribou/Makefile:1.1 pkgsrc/x11/caribou/Makefile:1.2
--- pkgsrc/x11/caribou/Makefile:1.1     Mon Jun 11 23:58:04 2018
+++ pkgsrc/x11/caribou/Makefile Tue Jul 31 22:06:54 2018
@@ -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 @@ HOMEPAGE=    https://wiki.gnome.org/Caribou
 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 @@ CONF_FILES=   ${PREFIX}/share/examples/car
 .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