diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-05-09 20:58:53 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-05-09 20:58:53 +0000 |
commit | b26e176adc0ba0e2fc38d6c5fa150b4b7ad8b825 (patch) | |
tree | 426d60f57bdf62ae7706b9355b4664dd53f65931 /x11 | |
parent | Remove stale CMake argument (diff) |
Add missing dependencies on Xorg libraries.
Notes
Notes:
svn path=/head/; revision=273891
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde4-workspace/Makefile | 1 | ||||
-rw-r--r-- | x11/kdebase4-workspace/Makefile | 1 | ||||
-rw-r--r-- | x11/kdelibs4/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 7fb6c0ee4fa6..55b6d2edd17d 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -52,6 +52,7 @@ QT_COMPONENTS= assistant corelib dbus designer gui network opengl \ script svg sql qt3support qtestlib xml webkit \ qmake_build moc_build rcc_build uic_build \ porting_build uic3_build phonon +USE_XORG= xtst xscrnsaver USE_GETTEXT= yes USE_ICONV= yes MAKE_JOBS_SAFE= yes diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile index 7fb6c0ee4fa6..55b6d2edd17d 100644 --- a/x11/kdebase4-workspace/Makefile +++ b/x11/kdebase4-workspace/Makefile @@ -52,6 +52,7 @@ QT_COMPONENTS= assistant corelib dbus designer gui network opengl \ script svg sql qt3support qtestlib xml webkit \ qmake_build moc_build rcc_build uic_build \ porting_build uic3_build phonon +USE_XORG= xtst xscrnsaver USE_GETTEXT= yes USE_ICONV= yes MAKE_JOBS_SAFE= yes diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index bbda8b1f5f8a..3d8ed3af066c 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -64,6 +64,7 @@ QT_COMPONENTS= corelib dbus gui network opengl qt3support \ assistant svg qdbusviewer makeqpf imageformats \ qmake_build moc_build rcc_build uic_build USE_GNOME= libxml2 libxslt +USE_XORG= xscrnsaver USE_FAM= yes MAKE_JOBS_SAFE= yes |