aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2010-09-14 18:02:06 +0000
committerAlberto Villa <avilla@FreeBSD.org>2010-09-14 18:02:06 +0000
commitd87987d2b275dad22e8d4f503359da69641f577a (patch)
treee12df128a179e1903046e2875fb70ff8026ab955 /x11
parent282bee0b7286a54bfb5065119fc8f668e3fff133 (diff)
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/kde4-workspace/Makefile1
-rw-r--r--x11/kde4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt2
-rw-r--r--x11/kdebase4-workspace/Makefile1
-rw-r--r--x11/kdebase4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt2
4 files changed, 4 insertions, 2 deletions
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile
index f1a271da8a56..be2aeb56feb3 100644
--- a/x11/kde4-workspace/Makefile
+++ b/x11/kde4-workspace/Makefile
@@ -8,6 +8,7 @@
PORTNAME= kdebase-workspace
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
diff --git a/x11/kde4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt b/x11/kde4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt
index eada3d9f4a53..ba31e9b254d3 100644
--- a/x11/kde4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt
+++ b/x11/kde4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt
@@ -11,7 +11,7 @@
kde4_add_plugin(kcm_info ${kcm_info_PART_SRCS})
-target_link_libraries(kcm_info ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${X11_X11_LIB})
-+target_link_libraries(kcm_info ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${X11_X11_LIB} devinfo)
++target_link_libraries(kcm_info ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${X11_X11_LIB} /usr/lib/libdevinfo.so)
install(TARGETS kcm_info DESTINATION ${PLUGIN_INSTALL_DIR} )
diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile
index f1a271da8a56..be2aeb56feb3 100644
--- a/x11/kdebase4-workspace/Makefile
+++ b/x11/kdebase4-workspace/Makefile
@@ -8,6 +8,7 @@
PORTNAME= kdebase-workspace
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
diff --git a/x11/kdebase4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt b/x11/kdebase4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt
index eada3d9f4a53..ba31e9b254d3 100644
--- a/x11/kdebase4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt
+++ b/x11/kdebase4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt
@@ -11,7 +11,7 @@
kde4_add_plugin(kcm_info ${kcm_info_PART_SRCS})
-target_link_libraries(kcm_info ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${X11_X11_LIB})
-+target_link_libraries(kcm_info ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${X11_X11_LIB} devinfo)
++target_link_libraries(kcm_info ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${X11_X11_LIB} /usr/lib/libdevinfo.so)
install(TARGETS kcm_info DESTINATION ${PLUGIN_INSTALL_DIR} )