pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xeyes



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Sep  1 09:39:02 UTC 2023

Modified Files:
        pkgsrc/x11/xeyes: Makefile

Log Message:
xeyes: Add missing dependency on libxcb for xcb-present.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xeyes/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/xeyes/Makefile
diff -u pkgsrc/x11/xeyes/Makefile:1.14 pkgsrc/x11/xeyes/Makefile:1.15
--- pkgsrc/x11/xeyes/Makefile:1.14      Fri Jul 14 06:39:46 2023
+++ pkgsrc/x11/xeyes/Makefile   Fri Sep  1 09:39:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/07/14 06:39:46 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2023/09/01 09:39:02 nia Exp $
 
 DISTNAME=      xeyes-1.3.0
 CATEGORIES=    x11
@@ -15,6 +15,7 @@ USE_TOOLS+=   pkg-config
 
 CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
 
+.include "../../x11/libxcb/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXi/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"



Home | Main Index | Thread Index | Old Index