From a6901c0abca48bffbf77a64ecd2fccb8ec177ce6 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 9 Nov 2009 00:10:47 +0000 Subject: [PATCH] handle XClock* moving into app-defaults subdir. --- external/mit/xorg/bin/xclock/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/external/mit/xorg/bin/xclock/Makefile b/external/mit/xorg/bin/xclock/Makefile index 1e23f07ce3d3..4c385f6b2620 100644 --- a/external/mit/xorg/bin/xclock/Makefile +++ b/external/mit/xorg/bin/xclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $ +# $NetBSD: Makefile,v 1.2 2009/11/09 00:10:47 mrg Exp $ .include @@ -7,7 +7,7 @@ SRCS= xclock.c Clock.c CPPFLAGS+=-DXRENDER -DXFREE86_FT2 -I${DESTDIR}${X11INCDIR}/freetype2 -APPDEFS=XClock.ad XClock-color.ad +APPDEFS=XClock XClock-color LDADD+= -lXft -lfontconfig -lfreetype -lexpat -lXrender @@ -16,7 +16,7 @@ LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lm DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \ ${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBM} -.PATH: ${X11SRCDIR.${PROG}} +.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults .include .include