diff options
author | makc <makc@FreeBSD.org> | 2011-05-10 04:58:53 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-05-10 04:58:53 +0800 |
commit | b290ed69b14cd4eb27a1063337bd3aca1746f13b (patch) | |
tree | cd9a02c8ece2d4ba6fd90a21bd769c13fc9904b4 /x11 | |
parent | cb10af8fe6e06bdcfd5c6a854223d1ec97d95c83 (diff) | |
download | freebsd-ports-gnome-b290ed69b14cd4eb27a1063337bd3aca1746f13b.tar.gz freebsd-ports-gnome-b290ed69b14cd4eb27a1063337bd3aca1746f13b.tar.zst freebsd-ports-gnome-b290ed69b14cd4eb27a1063337bd3aca1746f13b.zip |
Add missing dependencies on Xorg libraries.
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 |