pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/libnotify



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Fri Oct 13 22:38:31 UTC 2017

Modified Files:
        pkgsrc/sysutils/libnotify: Makefile

Log Message:
libnotify: requires glib-mkenums which is now in py-glib2-tools


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/sysutils/libnotify/Makefile

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

Modified files:

Index: pkgsrc/sysutils/libnotify/Makefile
diff -u pkgsrc/sysutils/libnotify/Makefile:1.42 pkgsrc/sysutils/libnotify/Makefile:1.43
--- pkgsrc/sysutils/libnotify/Makefile:1.42     Mon Oct  2 14:05:11 2017
+++ pkgsrc/sysutils/libnotify/Makefile  Fri Oct 13 22:38:31 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2017/10/02 14:05:11 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2017/10/13 22:38:31 prlw1 Exp $
 
 DISTNAME=      libnotify-0.7.7
 CATEGORIES=    sysutils gnome
@@ -24,6 +24,7 @@ PKGCONFIG_OVERRIDE=   libnotify.pc.in
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.26.0
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
 BUILDLINK_DEPMETHOD.gtk3=      build
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index