Source-Changes-HG archive

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

[src/trunk]: src/x11/bin/appres fix the dependancy list for this.



details:   https://anonhg.NetBSD.org/src/rev/b8b1c8ea7e5a
branches:  trunk
changeset: 753263:b8b1c8ea7e5a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Mar 22 00:23:59 2010 +0000

description:
fix the dependancy list for this.

diffstat:

 x11/bin/appres/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 7a745f61e2ce -r b8b1c8ea7e5a x11/bin/appres/Makefile
--- a/x11/bin/appres/Makefile   Sun Mar 21 22:38:08 2010 +0000
+++ b/x11/bin/appres/Makefile   Mon Mar 22 00:23:59 2010 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.2 2003/09/13 20:18:00 lukem Exp $
+#      $NetBSD: Makefile,v 1.3 2010/03/22 00:23:59 mrg Exp $
 
 .include <bsd.own.mk>
 
 PROG=  appres
 
-LDADD+=        -lXt -lSM -lICE -lXext -lX11
-DPADD+=        ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
+LDADD+=        -lXt -lSM -lICE -lXext -lX11 -lXau -lXdmcp
+DPADD+=        ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBXAU} ${LIBXDMCP}
 
 .PATH: ${X11SRCDIR.xc}/programs/${PROG}
 



Home | Main Index | Thread Index | Old Index