Module Name: src
Committed By: mrg
Date: Mon Nov 9 00:43:39 UTC 2009
Modified Files:
src/external/mit/xorg/bin/xclipboard: Makefile
Log Message:
update for xclipboard 1.1.0
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/xclipboard/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/xclipboard/Makefile
diff -u src/external/mit/xorg/bin/xclipboard/Makefile:1.1.1.1 src/external/mit/xorg/bin/xclipboard/Makefile:1.2
--- src/external/mit/xorg/bin/xclipboard/Makefile:1.1.1.1 Tue Jul 29 05:01:22 2008
+++ src/external/mit/xorg/bin/xclipboard/Makefile Mon Nov 9 00:43:39 2009
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2009/11/09 00:43:39 mrg Exp $
.include <bsd.own.mk>
PROG= xclipboard
-APPDEFS=XClipboard.ad
+APPDEFS=XClipboard
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
${LIBXPM} ${LIBXEXT} ${LIBX11}
-.PATH: ${X11SRCDIR.${PROG}}
+.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
.include <bsd.x11.mk>
.include <bsd.prog.mk>