Module Name:    src
Committed By:   cjep
Date:           Wed Jun  2 15:31:33 UTC 2021

Modified Files:
        src/external/mit/xorg/bin/appres [cjep_sun2x]: Makefile

Log Message:
Convert to x11 mk vars.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.24.1 src/external/mit/xorg/bin/appres/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/appres/Makefile
diff -u src/external/mit/xorg/bin/appres/Makefile:1.5 src/external/mit/xorg/bin/appres/Makefile:1.5.24.1
--- src/external/mit/xorg/bin/appres/Makefile:1.5	Mon Jul 20 23:50:22 2015
+++ src/external/mit/xorg/bin/appres/Makefile	Wed Jun  2 15:31:33 2021
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.5 2015/07/20 23:50:22 mrg Exp $
+#	$NetBSD: Makefile,v 1.5.24.1 2021/06/02 15:31:33 cjep Exp $
 
 .include <bsd.own.mk>
 
 PROG=	appres
 
-LDADD+=	-lXt -lSM -lICE -lXext -lX11 -lxcb -lXdmcp -lXau
-DPADD+=	${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBXCB} ${LIBXDMCP} ${LIBXAU}
+LDADD+=	${XLIBLDADD_XT}
+DPADD+=	${XLIBDPADD_XT}
 
 .PATH:	${X11SRCDIR.${PROG}}
 .PATH:	${X11SRCDIR.${PROG}}/man

Reply via email to