diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-27 23:38:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-27 23:38:04 +0000 |
commit | f36348435da8220c42e9b1d95a78b9f98daa51d5 (patch) | |
tree | 9c738f3eeb25efb2923e168f9a556c8f015ac9c0 /x11/xstroke | |
parent | d7d66d3fb0cd0df35cbf91db763109ca826cf160 (diff) | |
download | ports-f36348435da8220c42e9b1d95a78b9f98daa51d5.tar.gz ports-f36348435da8220c42e9b1d95a78b9f98daa51d5.zip |
Notes
Diffstat (limited to 'x11/xstroke')
-rw-r--r-- | x11/xstroke/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xstroke/Makefile b/x11/xstroke/Makefile index 16b1d3f62c07..3be300d32193 100644 --- a/x11/xstroke/Makefile +++ b/x11/xstroke/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Fullscreen gesture recognition USE_BISON= build -USE_XORG= xft x11 xext xi +USE_XORG= xft x11 xext xi xtst USE_IMAKE= yes CFLAGS+= ${PTHREAD_CFLAGS} CPPFLAGS= -I${LOCALBASE}/include -I. |