aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoravilla <avilla@FreeBSD.org>2010-09-15 02:02:06 +0800
committeravilla <avilla@FreeBSD.org>2010-09-15 02:02:06 +0800
commit568b1963f055c54f9fa7dc7e2bc4dc74747e29d2 (patch)
tree405f05ab0de811fc919fa584d8d94f2af6611d44 /x11
parentabbf3fad9c68b6f90074a0422470c051bc1a60d6 (diff)
downloadfreebsd-ports-gnome-568b1963f055c54f9fa7dc7e2bc4dc74747e29d2.tar.gz
freebsd-ports-gnome-568b1963f055c54f9fa7dc7e2bc4dc74747e29d2.tar.zst
freebsd-ports-gnome-568b1963f055c54f9fa7dc7e2bc4dc74747e29d2.zip
- Fix libdevinfo link in KInfoCenter.
- Bump PORTREVISION. PR: ports/150385 Approved by: tabthorpe (mentor)
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} )