Module Name:    src
Committed By:   mrg
Date:           Sun Jul 18 11:21:43 UTC 2010

Modified Files:
        src/external/mit/xorg/bin/xlsclients: Makefile

Log Message:
xlsclients wants xcb-atom as well.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/xlsclients/Makefile

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

Modified files:

Index: src/external/mit/xorg/bin/xlsclients/Makefile
diff -u src/external/mit/xorg/bin/xlsclients/Makefile:1.2 src/external/mit/xorg/bin/xlsclients/Makefile:1.3
--- src/external/mit/xorg/bin/xlsclients/Makefile:1.2	Sun Jul 18 10:58:06 2010
+++ src/external/mit/xorg/bin/xlsclients/Makefile	Sun Jul 18 11:21:43 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2010/07/18 10:58:06 mrg Exp $
+#	$NetBSD: Makefile,v 1.3 2010/07/18 11:21:43 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -8,8 +8,8 @@
 
 #BUILDSYMLINKS=	xlscli.man xlsclients.man
 
-LDADD+=	-lxcb
-DPADD+=	${LIBXCB}
+LDADD+=	-lxcb -lxcb-atom
+DPADD+=	${LIBXCB} ${LIBXCB_ATOM}
 
 .PATH:	${X11SRCDIR.${PROG}}
 

Reply via email to