pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/setxkbmap



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Apr  3 23:38:30 UTC 2022

Modified Files:
        pkgsrc/x11/setxkbmap: Makefile

Log Message:
setxkbmap: needs libXrandr


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/setxkbmap/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/setxkbmap/Makefile
diff -u pkgsrc/x11/setxkbmap/Makefile:1.12 pkgsrc/x11/setxkbmap/Makefile:1.13
--- pkgsrc/x11/setxkbmap/Makefile:1.12  Sun Apr  3 21:06:26 2022
+++ pkgsrc/x11/setxkbmap/Makefile       Sun Apr  3 23:38:30 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/04/03 21:06:26 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/04/03 23:38:30 tnn Exp $
 
 DISTNAME=      setxkbmap-1.3.3
 CATEGORIES=    x11
@@ -16,4 +16,5 @@ CONFIGURE_ENV+=               APP_MAN_SUFFIX=1
 
 .include "../../x11/libxkbfile/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index