diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/xtsscale/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/xtsscale/Makefile b/app/xtsscale/Makefile index 7b6ac5add..c4465fece 100644 --- a/app/xtsscale/Makefile +++ b/app/xtsscale/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2009/12/01 21:20:56 matthieu Exp $ +# $OpenBSD: Makefile,v 1.7 2009/12/03 22:18:11 matthieu Exp $ .include <bsd.xconf.mk> PROG= xtsscale @@ -6,8 +6,8 @@ MAN= xtsscale.1 CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 \ -I${.CURDIR}/../../driver/xf86-input-ws/include -LDADD+= -L${X11BASE}/lib -lXft -lXi -lXrender -lX11 -lXau \ - -lXdmcp -lfontconfig -lexpat -lfreetype -lz +LDADD+= -L${X11BASE}/lib -lXft -lXi -lXrender -lXext -lX11 -lxcb \ + -lXau -lXdmcp -lfontconfig -lexpat -lfreetype -lz CFLAGS+= -Wall MANDIR= ${X11BASE}/man/cat |