summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-11 18:28:10 +0000
committerbapt <bapt@FreeBSD.org>2013-12-11 18:28:10 +0000
commitc92a1d710a8c7b838b79efadc8de3afc045005df (patch)
treef84adaddc0b7a4395bdc34d83a623d5052d2e8b9
parent1d82eadcbe5ef4af4b2dfc8ccc40afc52604f8fe (diff)
downloadFreeBSD-ports-c92a1d710a8c7b838b79efadc8de3afc045005df.zip
FreeBSD-ports-c92a1d710a8c7b838b79efadc8de3afc045005df.tar.gz
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils
-rw-r--r--deskutils/aspostit/Makefile2
-rw-r--r--deskutils/cairo-dock-plugins/Makefile22
-rw-r--r--deskutils/cairo-dock/Makefile8
-rw-r--r--deskutils/conduit/Makefile2
-rw-r--r--deskutils/devd-notifier/Makefile2
-rw-r--r--deskutils/drivel/Makefile2
-rw-r--r--deskutils/easystroke/Makefile6
-rw-r--r--deskutils/fbreader/Makefile8
-rw-r--r--deskutils/fusenshi/Makefile6
-rw-r--r--deskutils/gdesklets/Makefile2
-rw-r--r--deskutils/genius/Makefile2
-rw-r--r--deskutils/global-menu/Makefile2
-rw-r--r--deskutils/gmcal/Makefile2
-rw-r--r--deskutils/gnome-main-menu/Makefile2
-rw-r--r--deskutils/gnome-utils/Makefile4
-rw-r--r--deskutils/gnote/Makefile12
-rw-r--r--deskutils/gnotime/Makefile2
-rw-r--r--deskutils/gtkjournal/Makefile6
-rw-r--r--deskutils/gucharmap/Makefile2
-rw-r--r--deskutils/jjclient/Makefile2
-rw-r--r--deskutils/kdepim4-runtime/Makefile6
-rw-r--r--deskutils/kdepim4/Makefile12
-rw-r--r--deskutils/kdepim44-runtime/Makefile2
-rw-r--r--deskutils/kdepim44/Makefile8
-rw-r--r--deskutils/kdepimlibs4/Makefile14
-rw-r--r--deskutils/kdeplasma-addons/Makefile14
-rw-r--r--deskutils/libopensync-plugin-evolution2-devel/Makefile2
-rw-r--r--deskutils/libopensync-plugin-evolution2/Makefile2
-rw-r--r--deskutils/libopensync-plugin-file/Makefile2
-rw-r--r--deskutils/libopensync-plugin-python-devel/Makefile2
-rw-r--r--deskutils/libopensync-plugin-python/Makefile2
-rw-r--r--deskutils/libopensync-plugin-sunbird/Makefile4
-rw-r--r--deskutils/libopensync-plugin-synce-legacy/Makefile4
-rw-r--r--deskutils/ljit/Makefile2
-rw-r--r--deskutils/logjam/Makefile10
-rw-r--r--deskutils/mcal/Makefile2
-rw-r--r--deskutils/mdh/Makefile4
-rw-r--r--deskutils/msynctool/Makefile2
-rw-r--r--deskutils/nautilus-sendto/Makefile4
-rw-r--r--deskutils/notification-daemon/Makefile4
-rw-r--r--deskutils/notify-osd/Makefile4
-rw-r--r--deskutils/osmo/Makefile12
-rw-r--r--deskutils/simpleagenda/Makefile2
-rw-r--r--deskutils/strigiclient/Makefile6
-rw-r--r--deskutils/strigidaemon/Makefile6
-rw-r--r--deskutils/strigiutils/Makefile4
-rw-r--r--deskutils/superswitcher/Makefile2
-rw-r--r--deskutils/tagutils/Makefile2
-rw-r--r--deskutils/tomboy/Makefile2
-rw-r--r--deskutils/tpb/Makefile2
-rw-r--r--deskutils/virt-manager/Makefile2
-rw-r--r--deskutils/xchm/Makefile2
-rw-r--r--deskutils/xfce4-notification-daemon/Makefile4
-rw-r--r--deskutils/xneur/Makefile8
-rw-r--r--deskutils/xrolo/Makefile2
55 files changed, 129 insertions, 129 deletions
diff --git a/deskutils/aspostit/Makefile b/deskutils/aspostit/Makefile
index fdcaa8d..6238027 100644
--- a/deskutils/aspostit/Makefile
+++ b/deskutils/aspostit/Makefile
@@ -12,7 +12,7 @@ COMMENT= AfterStep dockable version of XPostIt
LICENSE= GPLv2 # (or later)
-LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
USE_XORG= xpm xaw xext x11
USE_GMAKE= yes
diff --git a/deskutils/cairo-dock-plugins/Makefile b/deskutils/cairo-dock-plugins/Makefile
index 82920d4..7797732 100644
--- a/deskutils/cairo-dock-plugins/Makefile
+++ b/deskutils/cairo-dock-plugins/Makefile
@@ -11,8 +11,8 @@ MAINTAINER= fidaj@ukr.net
COMMENT= Cairo-Dock-Plugins for Cairo-Dock
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
-LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan \
- gldi.3:${PORTSDIR}/deskutils/cairo-dock
+LIB_DEPENDS= libetpan.so:${PORTSDIR}/mail/libetpan \
+ libgldi.so:${PORTSDIR}/deskutils/cairo-dock
DATADIR= ${PREFIX}/share/cairo-dock
@@ -57,15 +57,15 @@ post-patch:
s|/usr/share/cairo-dock|${LOCALBASE}/share/cairo-dock|g'
.if ${PORT_OPTIONS:MXFCE_INTEGRATION}
-LIB_DEPENDS+= thunar-vfs-1:${PORTSDIR}/x11-fm/thunar-vfs \
- exif:${PORTSDIR}/graphics/libexif
+LIB_DEPENDS+= libthunar-vfs-1.so:${PORTSDIR}/x11-fm/thunar-vfs \
+ libexif.so:${PORTSDIR}/graphics/libexif
CMAKE_ARGS+= -Denable-xfce-integration:BOOL=TRUE
.else
CMAKE_ARGS+= -Denable-xfce-integration:BOOL=FALSE
.endif
.if ${PORT_OPTIONS:MALSA_MIXER}
-LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib
+LIB_DEPENDS+= libasound.so:${PORTSDIR}/audio/alsa-lib
RUN_DEPENDS+= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins
CMAKE_ARGS+= -Denable-alsa-mixer:BOOL=TRUE
.else
@@ -73,29 +73,29 @@ CMAKE_ARGS+= -Denable-alsa-mixer:BOOL=FALSE
.endif
.if ${PORT_OPTIONS:MGMENU}
-LIB_DEPENDS+= gnome-menu:${PORTSDIR}/x11/gnome-menus
+LIB_DEPENDS+= libgnome-menu.so:${PORTSDIR}/x11/gnome-menus
CMAKE_ARGS+= -Denable-gmenu:BOOL=TRUE
.else
CMAKE_ARGS+= -Denable-gmenu:BOOL=FALSE
.endif
.if ${PORT_OPTIONS:MKEYBOARD_INDICATOR}
-LIB_DEPENDS+= exif:${PORTSDIR}/graphics/libexif \
- xklavier:${PORTSDIR}/x11/libxklavier
+LIB_DEPENDS+= libexif.so:${PORTSDIR}/graphics/libexif \
+ libxklavier.so:${PORTSDIR}/x11/libxklavier
CMAKE_ARGS+= -Denable-keyboard-indicator:BOOL=TRUE
.else
CMAKE_ARGS+= -Denable-keyboard-indicator:BOOL=FALSE
.endif
.if ${PORT_OPTIONS:MIMPULSE}
-LIB_DEPENDS+= pulse:${PORTSDIR}/audio/pulseaudio
+LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio
CMAKE_ARGS+= -Denable-impulse:BOOL=TRUE
.else
CMAKE_ARGS+= -Denable-impulse:BOOL=FALSE
.endif
.if ${PORT_OPTIONS:MSOUND_EFFECTS}
-LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib
+LIB_DEPENDS+= libasound.so:${PORTSDIR}/audio/alsa-lib
RUN_DEPENDS+= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins
CMAKE_ARGS+= -Denable-sound-effects:BOOL=TRUE
.else
@@ -111,7 +111,7 @@ CMAKE_ARGS+= -Denable-sound-effects:BOOL=FALSE
#.endif
.if ${PORT_OPTIONS:MWEBLETS}
-LIB_DEPENDS+= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2
+LIB_DEPENDS+= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
CMAKE_ARGS+= -Denable-weblets:BOOL=TRUE
.else
CMAKE_ARGS+= -Denable-weblets:BOOL=FALSE
diff --git a/deskutils/cairo-dock/Makefile b/deskutils/cairo-dock/Makefile
index 4915dfa..c2094ea 100644
--- a/deskutils/cairo-dock/Makefile
+++ b/deskutils/cairo-dock/Makefile
@@ -10,10 +10,10 @@ MASTER_SITES= https://launchpadlibrarian.net/137290048/ \
MAINTAINER= fidaj@ukr.net
COMMENT= Cairo-Dock is a light and eye-candy dock
-LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \
- curl:${PORTSDIR}/ftp/curl \
- dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
- gtkglext-x11-1:${PORTSDIR}/x11-toolkits/gtkglext
+LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
+ libcurl.so:${PORTSDIR}/ftp/curl \
+ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libgtkglext-x11-1.so:${PORTSDIR}/x11-toolkits/gtkglext
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
sox:${PORTSDIR}/audio/sox
diff --git a/deskutils/conduit/Makefile b/deskutils/conduit/Makefile
index dcc4114..1e17ecc 100644
--- a/deskutils/conduit/Makefile
+++ b/deskutils/conduit/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-g
xmlproc_parse:${PORTSDIR}/textproc/py-xml \
${PYTHON_PKGNAMEPREFIX}vobject>=0.4.8:${PORTSDIR}/deskutils/py-vobject \
${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus
-LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus
+LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
xmlproc_parse:${PORTSDIR}/textproc/py-xml \
diff --git a/deskutils/devd-notifier/Makefile b/deskutils/devd-notifier/Makefile
index dcd6880..e710fa5 100644
--- a/deskutils/devd-notifier/Makefile
+++ b/deskutils/devd-notifier/Makefile
@@ -14,7 +14,7 @@ COMMENT= A daemon notifying the user about devd(8) events \
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
USES= pkgconfig
MAN1= devd-notifier.1
diff --git a/deskutils/drivel/Makefile b/deskutils/drivel/Makefile
index 981655a..c876b9f 100644
--- a/deskutils/drivel/Makefile
+++ b/deskutils/drivel/Makefile
@@ -11,7 +11,7 @@ COMMENT= Blog editor for GNOME
LICENSE= GPLv2 # (or later)
-LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup
OPTIONS_DEFINE= GTKSPELL
OPTIONS_DEFAULT= GTKSPELL
diff --git a/deskutils/easystroke/Makefile b/deskutils/easystroke/Makefile
index 0db050b..f9fc676 100644
--- a/deskutils/easystroke/Makefile
+++ b/deskutils/easystroke/Makefile
@@ -13,9 +13,9 @@ LICENSE= ISCL
BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man \
${LOCALBASE}/include/xorg/xserver-properties.h:${PORTSDIR}/x11-servers/xorg-server
-LIB_DEPENDS= gtkmm-3:${PORTSDIR}/x11-toolkits/gtkmm30 \
- dbus-glib:${PORTSDIR}/devel/dbus-glib \
- boost_serialization:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libgtkmm-3.so:${PORTSDIR}/x11-toolkits/gtkmm30 \
+ libdbus-glib.so:${PORTSDIR}/devel/dbus-glib \
+ libboost_serialization.so:${PORTSDIR}/devel/boost-libs
MAN1= easystroke.1
diff --git a/deskutils/fbreader/Makefile b/deskutils/fbreader/Makefile
index 530076f..4c41cdd 100644
--- a/deskutils/fbreader/Makefile
+++ b/deskutils/fbreader/Makefile
@@ -12,10 +12,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= fluffy@FreeBSD.org
COMMENT= Powerful e-book reader
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
- expat:${PORTSDIR}/textproc/expat2 \
- fribidi:${PORTSDIR}/converters/fribidi \
- unibreak:${PORTSDIR}/textproc/libunibreak
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
+ libexpat.so:${PORTSDIR}/textproc/expat2 \
+ libfribidi.so:${PORTSDIR}/converters/fribidi \
+ libunibreak.so:${PORTSDIR}/textproc/libunibreak
.if defined(WITH_GTK2)
UI= gtk
diff --git a/deskutils/fusenshi/Makefile b/deskutils/fusenshi/Makefile
index d05b237..e8bd2d1 100644
--- a/deskutils/fusenshi/Makefile
+++ b/deskutils/fusenshi/Makefile
@@ -11,8 +11,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ozawa@ongs.co.jp
COMMENT= A Post-it(R) like application with network support
-LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
- gtksourceview-1.0:${PORTSDIR}/x11-toolkits/gtksourceview
+LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \
+ libgtksourceview-1.0.so:${PORTSDIR}/x11-toolkits/gtksourceview
USES= pkgconfig
USE_GNOME= libxml2
@@ -21,7 +21,7 @@ MAKE_JOBS_UNSAFE= yes
.ifdef WITHOUT_SSL
MAKE_ARGS+= WITHOUT_SSL=yes
.else
-LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls
.endif
NO_STAGE= yes
diff --git a/deskutils/gdesklets/Makefile b/deskutils/gdesklets/Makefile
index dcf40a9..4a8fa47 100644
--- a/deskutils/gdesklets/Makefile
+++ b/deskutils/gdesklets/Makefile
@@ -13,7 +13,7 @@ COMMENT= A framework for Gnome 2.x for desktop applets
USE_BZIP2= yes
-LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop
+LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop
OPTIONS_DEFINE= GDBM
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile
index ef1bd1b..0034a7f 100644
--- a/deskutils/genius/Makefile
+++ b/deskutils/genius/Makefile
@@ -14,7 +14,7 @@ COMMENT= Arbitrary precision calculator for Gnome Desktop Environment
LICENSE= GPLv3
BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
-LIB_DEPENDS= mpfr.4:${PORTSDIR}/math/mpfr
+LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr
RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
USE_CSTD= gnu89
diff --git a/deskutils/global-menu/Makefile b/deskutils/global-menu/Makefile
index bb01d7d..dd4a9d9 100644
--- a/deskutils/global-menu/Makefile
+++ b/deskutils/global-menu/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://gnome2-globalmenu.googlecode.com/files/
MAINTAINER= gustau.perez@gmail.com
COMMENT= Global menu for gnome
-LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
USE_GNOME= gnomepanel gnomedesktop
diff --git a/deskutils/gmcal/Makefile b/deskutils/gmcal/Makefile
index d2286a6..d2c6138 100644
--- a/deskutils/gmcal/Makefile
+++ b/deskutils/gmcal/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF/libmcal/${PORTNAME}/${PORTVERSION}
MAINTAINER= thierry@pompo.net
COMMENT= GMCAL is a GTK+ frontend for the libmcal package
-LIB_DEPENDS= mcal.0:${PORTSDIR}/misc/libmcal
+LIB_DEPENDS= libmcal.so:${PORTSDIR}/misc/libmcal
RUN_DEPENDS= ${LOCALBASE}/mcal/mcal:${PORTSDIR}/deskutils/mcal
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/deskutils/gnome-main-menu/Makefile b/deskutils/gnome-main-menu/Makefile
index affef44..6ebf9ed 100644
--- a/deskutils/gnome-main-menu/Makefile
+++ b/deskutils/gnome-main-menu/Makefile
@@ -11,7 +11,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Provides easy access to sets of GNOME applications
-LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop
+LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack eel2 gnomedesktop \
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile
index 5c48bf7..11094ef 100644
--- a/deskutils/gnome-utils/Makefile
+++ b/deskutils/gnome-utils/Makefile
@@ -13,8 +13,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 2 support utilities
-LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \
- canberra-gtk.0:${PORTSDIR}/audio/libcanberra
+LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \
+ libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra
CONFLICTS= baobob-3.[0-9]* gnome-dictionary-3.[0-9]* \
gnome-font-viewer-3.[0-9]* gnome-screenshot-3.[0-9]* \
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile
index ae3476b..73f6760 100644
--- a/deskutils/gnote/Makefile
+++ b/deskutils/gnote/Makefile
@@ -13,11 +13,11 @@ COMMENT= A port of Tomboy to C++, note taking application
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
- pcre.3:${PORTSDIR}/devel/pcre \
- gtkspell.0:${PORTSDIR}/textproc/gtkspell \
- boost_filesystem:${PORTSDIR}/devel/boost-libs \
- uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
+LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \
+ libpcre.so:${PORTSDIR}/devel/pcre \
+ libgtkspell.so:${PORTSDIR}/textproc/gtkspell \
+ libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
+ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
USE_XZ= yes
USE_GNOME= gnomehack gnomeprefix gconf2 gtk20 intltool libxml2 libxslt \
@@ -36,7 +36,7 @@ DOCS= AUTHORS ChangeLog NEWS README TODO
MAN1= gnote.1
.if !defined(WITHOUT_APPLET)
-LIB_DEPENDS+= panelappletmm-2.6:${PORTSDIR}/x11-toolkits/libpanelappletmm
+LIB_DEPENDS+= libpanelappletmm-2.6.so:${PORTSDIR}/x11-toolkits/libpanelappletmm
CONFIGURE_ARGS+=--enable-applet
PLIST_SUB+= APPLET=""
.else
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile
index 33d0086..6c273b4 100644
--- a/deskutils/gnotime/Makefile
+++ b/deskutils/gnotime/Makefile
@@ -14,7 +14,7 @@ COMMENT= Time tracker for gnome2
LICENSE= GPLv2 # (or later)
-LIB_DEPENDS= guile:${PORTSDIR}/lang/guile
+LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile
USES= gettext gmake pathfix pkgconfig
USE_XORG= xscrnsaver
diff --git a/deskutils/gtkjournal/Makefile b/deskutils/gtkjournal/Makefile
index 91e5a36..9c7d74e 100644
--- a/deskutils/gtkjournal/Makefile
+++ b/deskutils/gtkjournal/Makefile
@@ -12,9 +12,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= Gtk+-2 journal/diary
-LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 \
- sqlite.2:${PORTSDIR}/databases/sqlite2 \
- gtkspell:${PORTSDIR}/textproc/gtkspell
+LIB_DEPENDS= libgtkmm-2.0.so:${PORTSDIR}/x11-toolkits/gtkmm20 \
+ libsqlite.so:${PORTSDIR}/databases/sqlite2 \
+ libgtkspell.so:${PORTSDIR}/textproc/gtkspell
PLIST_FILES= bin/gtkjournal lib/libsqlitemm.a lib/libsqlitemm.la \
lib/libsqlitemm.so lib/libsqlitemm.so.0
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile
index 495917a..0d1b5b6 100644
--- a/deskutils/gucharmap/Makefile
+++ b/deskutils/gucharmap/Makefile
@@ -12,7 +12,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= A Unicode/ISO10646 character map and font viewer
-LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian
+LIB_DEPENDS= librarian.so:${PORTSDIR}/textproc/rarian
USE_BZIP2= yes
USES= gettext pkgconfig
diff --git a/deskutils/jjclient/Makefile b/deskutils/jjclient/Makefile
index 2820417..5eb716a8 100644
--- a/deskutils/jjclient/Makefile
+++ b/deskutils/jjclient/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= SF/justjournal/JustJournal%20UNIX%20Client/${PORTVERSION} \
MAINTAINER= luke@justjournal.com
COMMENT= A command line client for posting JustJournal entries
-LIB_DEPENDS+= xmlrpc.3:${PORTSDIR}/net/xmlrpc-c
+LIB_DEPENDS+= libxmlrpc.so:${PORTSDIR}/net/xmlrpc-c
PLIST_FILES= bin/jjclient
diff --git a/deskutils/kdepim4-runtime/Makefile b/deskutils/kdepim4-runtime/Makefile
index d113bb5..5c495d5 100644
--- a/deskutils/kdepim4-runtime/Makefile
+++ b/deskutils/kdepim4-runtime/Makefile
@@ -11,9 +11,9 @@ DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Libraries for KDE-PIM applications
-LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \
- kgapi.0:${PORTSDIR}/devel/libkgapi \
- kolab:${PORTSDIR}/devel/libkolab
+LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
+ libkgapi.so:${PORTSDIR}/devel/libkgapi \
+ libkolab.so:${PORTSDIR}/devel/libkolab
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
CONFLICTS= akonadi-google-0.*
diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile
index db56ab5..f0817f5 100644
--- a/deskutils/kdepim4/Makefile
+++ b/deskutils/kdepim4/Makefile
@@ -12,12 +12,12 @@ DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Libraries for KDE-PIM applications
-LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
- assuan:${PORTSDIR}/security/libassuan \
- sasl2:${PORTSDIR}/security/cyrus-sasl2 \
- boost_thread:${PORTSDIR}/devel/boost-libs \
- grantlee_gui:${PORTSDIR}/devel/grantlee \
- clucene-core:${PORTSDIR}/textproc/clucene
+LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \
+ libassuan.so:${PORTSDIR}/security/libassuan \
+ libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \
+ libboost_thread.so:${PORTSDIR}/devel/boost-libs \
+ libgrantlee_gui.so:${PORTSDIR}/devel/grantlee \
+ libclucene-core.so:${PORTSDIR}/textproc/clucene
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
RUN_DEPENDS= ${KDE4_PREFIX}/bin/accountwizard:${PORTSDIR}/deskutils/kdepim4-runtime
diff --git a/deskutils/kdepim44-runtime/Makefile b/deskutils/kdepim44-runtime/Makefile
index 153882e..55973be 100644
--- a/deskutils/kdepim44-runtime/Makefile
+++ b/deskutils/kdepim44-runtime/Makefile
@@ -13,7 +13,7 @@ PKGNAMESUFFIX= 44
MAINTAINER= kde@FreeBSD.org
COMMENT= Libraries for KDE-PIM applications
-LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs
CONFLICTS_INSTALL= kdepim-runtime-4.*
diff --git a/deskutils/kdepim44/Makefile b/deskutils/kdepim44/Makefile
index 4b3ce37..bfab2ca 100644
--- a/deskutils/kdepim44/Makefile
+++ b/deskutils/kdepim44/Makefile
@@ -13,10 +13,10 @@ PKGNAMESUFFIX= 44
MAINTAINER= kde@FreeBSD.org
COMMENT= Libraries for KDE-PIM applications
-LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
- sasl2:${PORTSDIR}/security/cyrus-sasl2 \
- boost_thread:${PORTSDIR}/devel/boost-libs \
- qca:${PORTSDIR}/devel/qca
+LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \
+ libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \
+ libboost_thread.so:${PORTSDIR}/devel/boost-libs \
+ libqca.so:${PORTSDIR}/devel/qca
RUN_DEPENDS= ${KDE4_PREFIX}/bin/akonadi_mbox_resource:${PORTSDIR}/deskutils/kdepim44-runtime
CONFLICTS_INSTALL= kdepim-4.*
diff --git a/deskutils/kdepimlibs4/Makefile b/deskutils/kdepimlibs4/Makefile
index cb6b0633..02127b3 100644
--- a/deskutils/kdepimlibs4/Makefile
+++ b/deskutils/kdepimlibs4/Makefile
@@ -12,13 +12,13 @@ DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Libraries for KDE-PIM applications
-LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
- sasl2:${PORTSDIR}/security/cyrus-sasl2 \
- boost_thread:${PORTSDIR}/devel/boost-libs \
- ical:${PORTSDIR}/devel/libical \
- uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
- prison:${PORTSDIR}/graphics/prison \
- qjson:${PORTSDIR}/devel/qjson
+LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \
+ libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \
+ libboost_thread.so:${PORTSDIR}/devel/boost-libs \
+ libical.so:${PORTSDIR}/devel/libical \
+ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
+ libprison.so:${PORTSDIR}/graphics/prison \
+ libqjson.so:${PORTSDIR}/devel/qjson
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
diff --git a/deskutils/kdeplasma-addons/Makefile b/deskutils/kdeplasma-addons/Makefile
index 4702122..13cae96 100644
--- a/deskutils/kdeplasma-addons/Makefile
+++ b/deskutils/kdeplasma-addons/Makefile
@@ -11,11 +11,11 @@ DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Extra plasmoids for KDE SC 4
-LIB_DEPENDS= qalculate.5:${PORTSDIR}/math/libqalculate \
- qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \
- qca.2:${PORTSDIR}/devel/qca \
- qoauth.1:${PORTSDIR}/net/qoauth \
- qjson.0:${PORTSDIR}/devel/qjson
+LIB_DEPENDS= libqalculate.so:${PORTSDIR}/math/libqalculate \
+ libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \
+ libqca.so:${PORTSDIR}/devel/qca \
+ libqoauth.so:${PORTSDIR}/net/qoauth \
+ libqjson.so:${PORTSDIR}/devel/qjson
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2
@@ -50,7 +50,7 @@ PLIST_SUB+= MARBLE="@comment "
.if ${PORT_OPTIONS:MIBUS}
IGNORE= requires ibus version 1.4.2 or greater
-LIB_DEPENDS+= ibus-1.0:${PORTSDIR}/textproc/ibus
+LIB_DEPENDS+= libibus-1.0.so:${PORTSDIR}/textproc/ibus
PLIST_SUB+= IBUS=""
.else
CMAKE_ARGS+= -DBUILD_ibus=off
@@ -58,7 +58,7 @@ PLIST_SUB+= IBUS="@comment "
.endif
.if ${PORT_OPTIONS:MSCIM}
-LIB_DEPENDS+= scim-1.0.10:${PORTSDIR}/textproc/scim
+LIB_DEPENDS+= libscim-1.0.so:${PORTSDIR}/textproc/scim
PLIST_SUB+= SCIM=""
.else
CMAKE_ARGS+= -DBUILD_scim=off
diff --git a/deskutils/libopensync-plugin-evolution2-devel/Makefile b/deskutils/libopensync-plugin-evolution2-devel/Makefile
index 25578f3..371d1b2 100644
--- a/deskutils/libopensync-plugin-evolution2-devel/Makefile
+++ b/deskutils/libopensync-plugin-evolution2-devel/Makefile
@@ -13,7 +13,7 @@ COMMENT= Evolution 2 plugin for the OpenSync framework
BROKEN= Does not find opensync
-LIB_DEPENDS= opensync.1:${PORTSDIR}/devel/libopensync
+LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync
RUN_DEPENDS= vconvert:${PORTSDIR}/deskutils/libopensync-plugin-vformat-devel
CONFLICTS= libopensync-plugin-evolution2-0.2*
diff --git a/deskutils/libopensync-plugin-evolution2/Makefile b/deskutils/libopensync-plugin-evolution2/Makefile
index a415e1a..d386e89 100644
--- a/deskutils/libopensync-plugin-evolution2/Makefile
+++ b/deskutils/libopensync-plugin-evolution2/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
MAINTAINER= webmaster@kibab.com
COMMENT= Evolution 2 plugin for the OpenSync framework
-LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022
+LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022
CONFLICTS= libopensync-plugin-evolution2-devel-[0-9]*
diff --git a/deskutils/libopensync-plugin-file/Makefile b/deskutils/libopensync-plugin-file/Makefile
index 0708bdf..7858f5c 100644
--- a/deskutils/libopensync-plugin-file/Makefile
+++ b/deskutils/libopensync-plugin-file/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
MAINTAINER= samm@os2.kiev.ua
COMMENT= File-Sync plugin for the opensync framework
-LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022
+LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022
USES= pkgconfig
USE_BZIP2= yes
diff --git a/deskutils/libopensync-plugin-python-devel/Makefile b/deskutils/libopensync-plugin-python-devel/Makefile
index 354d52c..13f68ad 100644
--- a/deskutils/libopensync-plugin-python-devel/Makefile
+++ b/deskutils/libopensync-plugin-python-devel/Makefile
@@ -11,7 +11,7 @@ PKGNAMESUFFIX= -devel
MAINTAINER= ports@FreeBSD.org
COMMENT= Python plugin for the OpenSync framework
-LIB_DEPENDS= opensync.1:${PORTSDIR}/devel/libopensync
+LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync
CONFLICTS= libopensync-plugin-python-0.2*
diff --git a/deskutils/libopensync-plugin-python/Makefile b/deskutils/libopensync-plugin-python/Makefile
index d5032cb..08c445f 100644
--- a/deskutils/libopensync-plugin-python/Makefile
+++ b/deskutils/libopensync-plugin-python/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
MAINTAINER= webmaster@kibab.com
COMMENT= Python plugin for the OpenSync framework
-LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022
+LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022
CONFLICTS= libopensync-plugin-python-devel-[0-9]*
diff --git a/deskutils/libopensync-plugin-sunbird/Makefile b/deskutils/libopensync-plugin-sunbird/Makefile
index 8dcb41c..77ec5f1 100644
--- a/deskutils/libopensync-plugin-sunbird/Makefile
+++ b/deskutils/libopensync-plugin-sunbird/Makefile
@@ -10,8 +10,8 @@ MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Sunbird plugin for the OpenSync framework
-LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 \
- neon.27:${PORTSDIR}/www/neon29
+LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022 \
+ libneon.so:${PORTSDIR}/www/neon29
USES= pkgconfig
USE_BZIP2= yes
diff --git a/deskutils/libopensync-plugin-synce-legacy/Makefile b/deskutils/libopensync-plugin-synce-legacy/Makefile
index 34d19ac..6012bd9 100644
--- a/deskutils/libopensync-plugin-synce-legacy/Makefile
+++ b/deskutils/libopensync-plugin-synce-legacy/Makefile
@@ -11,8 +11,8 @@ DISTNAME= ${PORTNAME}-rra-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= SynCE legacy plugin for the OpenSync framework
-LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 \
- rra.0:${PORTSDIR}/palm/synce-librra
+LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022 \
+ librra.so:${PORTSDIR}/palm/synce-librra
USES= pkgconfig
GNU_CONFIGURE= yes
diff --git a/deskutils/ljit/Makefile b/deskutils/ljit/Makefile
index 5aaf6ce..f81cb0f 100644
--- a/deskutils/ljit/Makefile
+++ b/deskutils/ljit/Makefile
@@ -13,7 +13,7 @@ COMMENT= GUI tool to help LiveJournal users post images
LICENSE= GPLv2
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
GNU_CONFIGURE= yes
diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile
index 8d47778..bdb7c83 100644
--- a/deskutils/logjam/Makefile
+++ b/deskutils/logjam/Makefile
@@ -10,8 +10,8 @@ MASTER_SITES= http://andy-shev.github.com/LogJam/download/
MAINTAINER= novel@FreeBSD.org
COMMENT= A GTK2 interface to livejournals, ie www.livejournal.com
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
- dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
+ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
MAN1= logjam.1
@@ -26,18 +26,18 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CPPFLAGS+= -I${LOCALBASE}/include
.ifndef(WITHOUT_GTKSPELL)
-LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
+LIB_DEPENDS+= libgtkspell.so:${PORTSDIR}/textproc/gtkspell
.else
CONFIGURE_ARGS+= --without-gtkspell
.endif
.if defined(WITH_SQLITE)
CONFIGURE_ARGS+= --with-sqlite3
-LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3
.endif
.if defined(WITH_XMMS)
-LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms
+LIB_DEPENDS+= libxmms.so:${PORTSDIR}/multimedia/xmms
PLIST_SUB+= WITH_XMMS=""
.else
PLIST_SUB+= WITH_XMMS="@comment "
diff --git a/deskutils/mcal/Makefile b/deskutils/mcal/Makefile
index 71b4e89..1a0c9c7 100644
--- a/deskutils/mcal/Makefile
+++ b/deskutils/mcal/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= SF/lib${PORTNAME}/${PORTNAME}/${PORTVERSION}
MAINTAINER= thierry@pompo.net
COMMENT= A libmcal powered cal replacement
-LIB_DEPENDS= mcal.0:${PORTSDIR}/misc/libmcal
+LIB_DEPENDS= libmcal.so:${PORTSDIR}/misc/libmcal
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/deskutils/mdh/Makefile b/deskutils/mdh/Makefile
index 46b23cd..ca2a36c 100644
--- a/deskutils/mdh/Makefile
+++ b/deskutils/mdh/Makefile
@@ -21,13 +21,13 @@ LDFLAGS+= -L${LOCALBASE}/lib
.if defined(WITHOUT_GTOP)
CONFIGURE_ARGS+= --disable-gtop
.else
-LIB_DEPENDS+= gtop-2.0:${PORTSDIR}/devel/libgtop
+LIB_DEPENDS+= libgtop-2.0.so:${PORTSDIR}/devel/libgtop
.endif
.if defined(WITHOUT_CURL)
CONFIGURE_ARGS+= --disable-curl
.else
-LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl
.endif
NO_STAGE= yes
diff --git a/deskutils/msynctool/Makefile b/deskutils/msynctool/Makefile
index 7fa3f04..7ca68ba 100644
--- a/deskutils/msynctool/Makefile
+++ b/deskutils/msynctool/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
MAINTAINER= webmaster@kibab.com
COMMENT= A command line client for the OpenSync framework
-LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022
+LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022
CONFLICTS= osynctool-[0-9]*
diff --git a/deskutils/nautilus-sendto/Makefile b/deskutils/nautilus-sendto/Makefile
index 385c582..f9a0e36 100644
--- a/deskutils/nautilus-sendto/Makefile
+++ b/deskutils/nautilus-sendto/Makefile
@@ -33,7 +33,7 @@ NO_STAGE= yes
.if ${PORT_OPTIONS:MPIDGIN}
SENDTO_PLUGINS:=${SENDTO_PLUGINS} pidgin
-LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
RUN_DEPENDS+= pidgin:${PORTSDIR}/net-im/pidgin
PLIST_SUB+= PIDGIN=""
.else
@@ -42,7 +42,7 @@ PLIST_SUB+= PIDGIN="@comment "
.if ${PORT_OPTIONS:MUPNP}
SENDTO_PLUGINS:=${SENDTO_PLUGINS} upnp
-LIB_DEPENDS+= gupnp-1:${PORTSDIR}/net/gupnp
+LIB_DEPENDS+= libgupnp-1.so:${PORTSDIR}/net/gupnp
PLIST_SUB+= UPNP=""
.else
PLIST_SUB+= UPNP="@comment "
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile
index 98e8505..fd01e01 100644
--- a/deskutils/notification-daemon/Makefile
+++ b/deskutils/notification-daemon/Makefile
@@ -11,8 +11,8 @@ MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Send small notifications to your desktop
-LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \
- canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3
+LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \
+ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
diff --git a/deskutils/notify-osd/Makefile b/deskutils/notify-osd/Makefile
index 2547a4b..11a98ee 100644
--- a/deskutils/notify-osd/Makefile
+++ b/deskutils/notify-osd/Makefile
@@ -15,8 +15,8 @@ LICENSE= GPLv3
CONFLICTS= xfce4-notification-daemon-[0-9]*
-LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
- notify.4:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libnotify.so:${PORTSDIR}/devel/libnotify
RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus
GNU_CONFIGURE= yes
diff --git a/deskutils/osmo/Makefile b/deskutils/osmo/Makefile
index 6fe425a..aa7a418 100644
--- a/deskutils/osmo/Makefile
+++ b/deskutils/osmo/Makefile
@@ -10,12 +10,12 @@ MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= A personal organizer
-LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
- notify:${PORTSDIR}/devel/libnotify \
- ical:${PORTSDIR}/devel/libical \
- tar:${PORTSDIR}/devel/libtar \
- gringotts:${PORTSDIR}/security/libgringotts \
- gtkhtml:${PORTSDIR}/www/libgtkhtml
+LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \
+ libnotify.so:${PORTSDIR}/devel/libnotify \
+ libical.so:${PORTSDIR}/devel/libical \
+ libtar.so:${PORTSDIR}/devel/libtar \
+ libgringotts.so:${PORTSDIR}/security/libgringotts \
+ libgtkhtml.so:${PORTSDIR}/www/libgtkhtml
USE_GNOME= gtk20
USES= gettext gmake pkgconfig
diff --git a/deskutils/simpleagenda/Makefile b/deskutils/simpleagenda/Makefile
index 7d74288..fd9587a 100644
--- a/deskutils/simpleagenda/Makefile
+++ b/deskutils/simpleagenda/Makefile
@@ -10,7 +10,7 @@ DISTNAME= SimpleAgenda-${PORTVERSION}
MAINTAINER= theraven@FreeBSD.org
COMMENT= simple calendar and agenda application
-LIB_DEPENDS+= ical:${PORTSDIR}/devel/libical
+LIB_DEPENDS+= libical.so:${PORTSDIR}/devel/libical
LICENSE= GPLv2
diff --git a/deskutils/strigiclient/Makefile b/deskutils/strigiclient/Makefile
index fd07883..cbf1be91 100644
--- a/deskutils/strigiclient/Makefile
+++ b/deskutils/strigiclient/Makefile
@@ -8,9 +8,9 @@ MASTER_SITES= ${STRIGI_MASTER_SITES}
MAINTAINER= kde@FreeBSD.org
COMMENT= Strigi desktop search: Qt4 GUI
-LIB_DEPENDS= streams:${PORTSDIR}/deskutils/libstreams \
- streamanalyzer:${PORTSDIR}/deskutils/libstreamanalyzer \
- searchclient:${PORTSDIR}/deskutils/strigidaemon
+LIB_DEPENDS= libstreams.so:${PORTSDIR}/deskutils/libstreams \
+ libstreamanalyzer.so:${PORTSDIR}/deskutils/libstreamanalyzer \
+ libsearchclient.so:${PORTSDIR}/deskutils/strigidaemon
USE_QT4= corelib gui dbus moc_build uic_build qmake_build rcc_build
USE_LDCONFIG= yes
diff --git a/deskutils/strigidaemon/Makefile b/deskutils/strigidaemon/Makefile
index 9e013b9..7855dc4 100644
--- a/deskutils/strigidaemon/Makefile
+++ b/deskutils/strigidaemon/Makefile
@@ -8,9 +8,9 @@ MASTER_SITES= ${STRIGI_MASTER_SITES}
MAINTAINER= kde@FreeBSD.org
COMMENT= Strigi desktop search: daemon
-LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \
- streams:${PORTSDIR}/deskutils/libstreams \
- streamanalyzer:${PORTSDIR}/deskutils/libstreamanalyzer
+LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \
+ libstreams.so:${PORTSDIR}/deskutils/libstreams \
+ libstreamanalyzer.so:${PORTSDIR}/deskutils/libstreamanalyzer
USES= pkgconfig
USE_FAM= yes
diff --git a/deskutils/strigiutils/Makefile b/deskutils/strigiutils/Makefile
index cae683a..e08e43a 100644
--- a/deskutils/strigiutils/Makefile
+++ b/deskutils/strigiutils/Makefile
@@ -8,8 +8,8 @@ MASTER_SITES= ${STRIGI_MASTER_SITES}
MAINTAINER= kde@FreeBSD.org
COMMENT= Strigi desktop search: utilities
-LIB_DEPENDS= streams:${PORTSDIR}/deskutils/libstreams \
- streamanalyzer:${PORTSDIR}/deskutils/libstreamanalyzer
+LIB_DEPENDS= libstreams.so:${PORTSDIR}/deskutils/libstreams \
+ libstreamanalyzer.so:${PORTSDIR}/deskutils/libstreamanalyzer
.include <${.CURDIR}/../strigi/Makefile.common>
.include <bsd.port.mk>
diff --git a/deskutils/superswitcher/Makefile b/deskutils/superswitcher/Makefile
index 3e21640..11f2c85 100644
--- a/deskutils/superswitcher/Makefile
+++ b/deskutils/superswitcher/Makefile
@@ -12,7 +12,7 @@ COMMENT= Alt-Tab replacement
LICENSE= GPLv2
-LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
USES= gmake pkgconfig
USE_GNOME= gconf2 libwnck
diff --git a/deskutils/tagutils/Makefile b/deskutils/tagutils/Makefile
index 32dc1eb..1b07dc1 100644
--- a/deskutils/tagutils/Makefile
+++ b/deskutils/tagutils/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://releases.chipx86.com/leaftag/tagutils/
MAINTAINER= kaeru@inigo-tech.com
COMMENT= A command line tool for tagging files
-LIB_DEPENDS= leaftag.0:${PORTSDIR}/devel/libleaftag
+LIB_DEPENDS= libleaftag.so:${PORTSDIR}/devel/libleaftag
GNU_CONFIGURE= yes
USES= gmake pathfix pkgconfig
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile
index 3164a7f..e1aec99 100644
--- a/deskutils/tomboy/Makefile
+++ b/deskutils/tomboy/Makefile
@@ -10,7 +10,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= mono@FreeBSD.org
COMMENT= Personal note taking system for the GNOME desktop
-LIB_DEPENDS= gtkspell:${PORTSDIR}/textproc/gtkspell
+LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell
BUILD_DEPENDS= ${LOCALBASE}/lib/mono/gmime-sharp-2.4/gmime-sharp.dll:${PORTSDIR}/mail/gmime24-sharp \
${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-1.0.pc:${PORTSDIR}/devel/dbus-sharp-glib \
mautil:${PORTSDIR}/devel/mono-addins
diff --git a/deskutils/tpb/Makefile b/deskutils/tpb/Makefile
index be1b18e..f320f52c2 100644
--- a/deskutils/tpb/Makefile
+++ b/deskutils/tpb/Makefile
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= On-Screen-Display for hotkeys of IBM ThinkPads
-LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd
+LIB_DEPENDS= libxosd.so:${PORTSDIR}/misc/xosd
ONLY_FOR_ARCHS= i386 amd64
diff --git a/deskutils/virt-manager/Makefile b/deskutils/virt-manager/Makefile
index 11097dc..7ba65d1 100644
--- a/deskutils/virt-manager/Makefile
+++ b/deskutils/virt-manager/Makefile
@@ -13,7 +13,7 @@ COMMENT= Toolkit to interact with virtualization capabilities
LICENSE= LGPL3
-LIB_DEPENDS= virt.1001:${PORTSDIR}/devel/libvirt
+LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.2:${PORTSDIR}/devel/py-dbus \
${PYTHON_PKGNAMEPREFIX}libxml2>=2.7.8:${PORTSDIR}/textproc/py-libxml2 \
${PYTHON_PKGNAMEPREFIX}virtinst>=0.600.4:${PORTSDIR}/net-mgmt/virtinst \
diff --git a/deskutils/xchm/Makefile b/deskutils/xchm/Makefile
index b948d3a..c5c3912 100644
--- a/deskutils/xchm/Makefile
+++ b/deskutils/xchm/Makefile
@@ -11,7 +11,7 @@ COMMENT= Windows HTML Help (.chm) viewer for UNIX
LICENSE= GPLv2
-LIB_DEPENDS= chm:${PORTSDIR}/misc/chmlib
+LIB_DEPENDS= libchm.so:${PORTSDIR}/misc/chmlib
GNU_CONFIGURE= yes
USE_WX= 2.6+
diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile
index 7336ab8..33cc05a 100644
--- a/deskutils/xfce4-notification-daemon/Makefile
+++ b/deskutils/xfce4-notification-daemon/Makefile
@@ -16,8 +16,8 @@ COMMENT= Port of Gnome's notification-daemon for the Xfce desktop
LICENSE= GPLv2
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
-LIB_DEPENDS= sexy:${PORTSDIR}/x11-toolkits/libsexy \
- dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS= libsexy.so:${PORTSDIR}/x11-toolkits/libsexy \
+ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus
GNU_CONFIGURE= yes
diff --git a/deskutils/xneur/Makefile b/deskutils/xneur/Makefile
index 1dee2fc..5b55bfe 100644
--- a/deskutils/xneur/Makefile
+++ b/deskutils/xneur/Makefile
@@ -11,8 +11,8 @@ MASTER_SITES= http://dists.xneur.ru/release-${DISTVERSION}/tgz/ \
MAINTAINER= admin@lissyara.su
COMMENT= Auto keyboard switcher
-LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify \
- pcre.3:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \
+ libpcre.so:${PORTSDIR}/devel/pcre
USE_BZIP2= yes
USES= pkgconfig iconv
@@ -64,14 +64,14 @@ CONFIGURE_ARGS+= --with-sound=no
.endif
.if ${PORT_OPTIONS:MASPELL}
-LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
+LIB_DEPENDS+= libaspell.so:${PORTSDIR}/textproc/aspell
CONFIGURE_ARGS+= --with-spell=aspell
.else
CONFIGURE_ARGS+= --with-spell=no --without-aspell
.endif
.if ${PORT_OPTIONS:MXOSD}
-LIB_DEPENDS+= xosd.4:${PORTSDIR}/misc/xosd
+LIB_DEPENDS+= libxosd.so:${PORTSDIR}/misc/xosd
CONFIGURE_ARGS+= --with-xosd
.else
CONFIGURE_ARGS+= --without-xosd
diff --git a/deskutils/xrolo/Makefile b/deskutils/xrolo/Makefile
index 51b8871..72dc39d 100644
--- a/deskutils/xrolo/Makefile
+++ b/deskutils/xrolo/Makefile
@@ -13,7 +13,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Electronic Rolodex
-LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
+LIB_DEPENDS= libxview.so:${PORTSDIR}/x11-toolkits/xview
WRKSRC= ${WRKDIR}/xrolo
OpenPOWER on IntegriCloud