diff options
author | pav <pav@FreeBSD.org> | 2009-01-28 07:38:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-28 07:38:04 +0800 |
commit | 057f53a80e15f895c96117ac7f39054b46a919f9 (patch) | |
tree | e3c9c800d15d4d46575bbd1927121a2f78e464d2 /x11/xstroke | |
parent | ad8620e996a538299547a0225bea794545652522 (diff) | |
download | freebsd-ports-gnome-057f53a80e15f895c96117ac7f39054b46a919f9.tar.gz freebsd-ports-gnome-057f53a80e15f895c96117ac7f39054b46a919f9.tar.zst freebsd-ports-gnome-057f53a80e15f895c96117ac7f39054b46a919f9.zip |
- Fix build (needs Xtst)
Reported by: pointyhat
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. |