pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/dunst



Module Name:    pkgsrc
Committed By:   kamil
Date:           Fri Jun 17 19:24:35 UTC 2016

Modified Files:
        pkgsrc/x11/dunst: Makefile

Log Message:
Fix build on Linux


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/dunst/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/dunst/Makefile
diff -u pkgsrc/x11/dunst/Makefile:1.3 pkgsrc/x11/dunst/Makefile:1.4
--- pkgsrc/x11/dunst/Makefile:1.3       Tue Jun 14 18:14:17 2016
+++ pkgsrc/x11/dunst/Makefile   Fri Jun 17 19:24:35 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/06/14 18:14:17 kamil Exp $
+# $NetBSD: Makefile,v 1.4 2016/06/17 19:24:35 kamil Exp $
 
 DISTNAME=      dunst-1.1.0
 PKGREVISION=   1
@@ -25,5 +25,6 @@ SUBST_SED.fix-paths+=         -e 's,/usr/share,
 .include "../../devel/pango/buildlink3.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
 .include "../../x11/libxdg-basedir/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libXScrnSaver/buildlink3.mk"
+.include "../../x11/libXinerama/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index