diff options
author | flz <flz@FreeBSD.org> | 2009-01-31 20:07:06 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2009-01-31 20:07:06 +0800 |
commit | e4c7450355d8770ecffd1b8ebfea867eb77278a8 (patch) | |
tree | 0d6c968c38cfc91df281f76247abd15f62ebdf50 /sysutils | |
parent | 54b9beffd7263d4663a7d4d90ff7cfc6dc709cd1 (diff) | |
download | freebsd-ports-gnome-e4c7450355d8770ecffd1b8ebfea867eb77278a8.tar.gz freebsd-ports-gnome-e4c7450355d8770ecffd1b8ebfea867eb77278a8.tar.zst freebsd-ports-gnome-e4c7450355d8770ecffd1b8ebfea867eb77278a8.zip |
klaptopdaemon requires libXtst.
Reported by: pointyhat via erwin
Diffstat (limited to 'sysutils')
-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 |