From 4ac6f9b83c2aec43c2282c0d1a04fd6628c13fda Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 9 Nov 2009 00:30:27 +0000 Subject: [PATCH] update for xprop 1.1.0 --- external/mit/xorg/bin/xprop/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/external/mit/xorg/bin/xprop/Makefile b/external/mit/xorg/bin/xprop/Makefile index 5dbc489b3f29..bf9309ac90cf 100644 --- a/external/mit/xorg/bin/xprop/Makefile +++ b/external/mit/xorg/bin/xprop/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $ +# $NetBSD: Makefile,v 1.2 2009/11/09 00:30:27 mrg Exp $ .include PROG= xprop -SRCS= xprop.c dsimple.c +SRCS= xprop.c dsimple.c clientwin.c CPPFLAGS+=-DHAS_WCHAR_H -DHAS_WCTYPE_H -DNO_WIDEC_H -CPPFLAGS+=-I${X11SRCDIR.xlsfonts} -I${X11SRCDIR.${PROG}}/../include -.PATH: ${X11SRCDIR.xlsfonts} +CPPFLAGS+=-I${X11SRCDIR.${PROG}}/../include LDADD+= -lXmuu -lXt -lSM -lICE -lXext -lX11 DPADD+= ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}