pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/ibus



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed May 15 14:37:55 UTC 2019

Modified Files:
        pkgsrc/inputmethod/ibus: Makefile

Log Message:
ibus: Add missing depend to dbus


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/inputmethod/ibus/Makefile

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

Modified files:

Index: pkgsrc/inputmethod/ibus/Makefile
diff -u pkgsrc/inputmethod/ibus/Makefile:1.63 pkgsrc/inputmethod/ibus/Makefile:1.64
--- pkgsrc/inputmethod/ibus/Makefile:1.63       Thu Apr 25 07:33:00 2019
+++ pkgsrc/inputmethod/ibus/Makefile    Wed May 15 14:37:55 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2019/04/25 07:33:00 maya Exp $
+# $NetBSD: Makefile,v 1.64 2019/05/15 14:37:55 leot Exp $
 
 PKGREVISION= 2
 .include "Makefile.common"
@@ -68,6 +68,7 @@ BUILDLINK_API_DEPENDS.glib2+=         glib2>=2.
 BUILDLINK_DEPMETHOD.vala+=     build
 .include "../../lang/vala/buildlink3.mk"
 PY_PATCHPLIST= yes
+.include "../../sysutils/dbus/buildlink3.mk"
 .include "../../sysutils/libnotify/buildlink3.mk"
 .include "../../textproc/iso-codes/buildlink3.mk"
 GTK2_IMMODULES=        yes



Home | Main Index | Thread Index | Old Index