diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-31 12:07:06 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-31 12:07:06 +0000 |
commit | e3775a74f461fb80b90c54ca27bc6901fca04e11 (patch) | |
tree | 45d35caf694dc8d81e6654fc93ff2047f1c6e21e /sysutils/klaptopdaemon/Makefile | |
parent | 9d346dd059a93f7bbc07d6a6706549407800400c (diff) |
klaptopdaemon requires libXtst.
Reported by: pointyhat via erwin
Notes
Notes:
svn path=/head/; revision=227255
Diffstat (limited to 'sysutils/klaptopdaemon/Makefile')
-rw-r--r-- | sysutils/klaptopdaemon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/klaptopdaemon/Makefile b/sysutils/klaptopdaemon/Makefile index 8fc854a11a96..2458488f76a0 100644 --- a/sysutils/klaptopdaemon/Makefile +++ b/sysutils/klaptopdaemon/Makefile @@ -26,6 +26,7 @@ USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} ONLY_FOR_ARCHS= i386 +USE_XORG= xtst USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes |