From 0d0c38abda42953116077041374621f29398bca1 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 11 Dec 2013 18:28:10 +0000 Subject: In preparation for making libtool generate libraries with a sane name, fix all LIB_DEPENDS in deskutils --- deskutils/aspostit/Makefile | 2 +- deskutils/cairo-dock-plugins/Makefile | 22 +++++++++++----------- deskutils/cairo-dock/Makefile | 8 ++++---- deskutils/conduit/Makefile | 2 +- deskutils/devd-notifier/Makefile | 2 +- deskutils/drivel/Makefile | 2 +- deskutils/easystroke/Makefile | 6 +++--- deskutils/fbreader/Makefile | 8 ++++---- deskutils/fusenshi/Makefile | 6 +++--- deskutils/gdesklets/Makefile | 2 +- deskutils/genius/Makefile | 2 +- deskutils/global-menu/Makefile | 2 +- deskutils/gmcal/Makefile | 2 +- deskutils/gnome-main-menu/Makefile | 2 +- deskutils/gnome-utils/Makefile | 4 ++-- deskutils/gnote/Makefile | 12 ++++++------ deskutils/gnotime/Makefile | 2 +- deskutils/gtkjournal/Makefile | 6 +++--- deskutils/gucharmap/Makefile | 2 +- deskutils/jjclient/Makefile | 2 +- deskutils/kdepim4-runtime/Makefile | 6 +++--- deskutils/kdepim4/Makefile | 12 ++++++------ deskutils/kdepim44-runtime/Makefile | 2 +- deskutils/kdepim44/Makefile | 8 ++++---- deskutils/kdepimlibs4/Makefile | 14 +++++++------- deskutils/kdeplasma-addons/Makefile | 14 +++++++------- .../libopensync-plugin-evolution2-devel/Makefile | 2 +- deskutils/libopensync-plugin-evolution2/Makefile | 2 +- deskutils/libopensync-plugin-file/Makefile | 2 +- deskutils/libopensync-plugin-python-devel/Makefile | 2 +- deskutils/libopensync-plugin-python/Makefile | 2 +- deskutils/libopensync-plugin-sunbird/Makefile | 4 ++-- deskutils/libopensync-plugin-synce-legacy/Makefile | 4 ++-- deskutils/ljit/Makefile | 2 +- deskutils/logjam/Makefile | 10 +++++----- deskutils/mcal/Makefile | 2 +- deskutils/mdh/Makefile | 4 ++-- deskutils/msynctool/Makefile | 2 +- deskutils/nautilus-sendto/Makefile | 4 ++-- deskutils/notification-daemon/Makefile | 4 ++-- deskutils/notify-osd/Makefile | 4 ++-- deskutils/osmo/Makefile | 12 ++++++------ deskutils/simpleagenda/Makefile | 2 +- deskutils/strigiclient/Makefile | 6 +++--- deskutils/strigidaemon/Makefile | 6 +++--- deskutils/strigiutils/Makefile | 4 ++-- deskutils/superswitcher/Makefile | 2 +- deskutils/tagutils/Makefile | 2 +- deskutils/tomboy/Makefile | 2 +- deskutils/tpb/Makefile | 2 +- deskutils/virt-manager/Makefile | 2 +- deskutils/xchm/Makefile | 2 +- deskutils/xfce4-notification-daemon/Makefile | 4 ++-- deskutils/xneur/Makefile | 8 ++++---- deskutils/xrolo/Makefile | 2 +- 55 files changed, 129 insertions(+), 129 deletions(-) diff --git a/deskutils/aspostit/Makefile b/deskutils/aspostit/Makefile index fdcaa8d74a6b..62380278e826 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 82920d43ec1a..779773295d03 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 4915dfada795..c2094ea4bea3 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 dcc4114d9fd5..1e17ecc33673 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 dcd688050484..e710fa587a07 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 981655a902f7..c876b9f69cc7 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 0db050b48ff6..f9fc676c92b7 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 530076f03a44..4c41cdd8ef0b 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 d05b23730fb6..e8bd2d1f8858 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 dcf40a9af2a6..4a8fa47ca949 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 ef1bd1bf345f..0034a7fd4fa4 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 bb01d7d7a654..dd4a9d958d8c 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 d2286a6d03b8..d2c6138069c2 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 affef44d9754..6ebf9ed26269 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 5c48bf7613d0..11094ef95b84 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 ae3476b2a192..73f67606d37b 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 33d00866c6cf..6c273b4ee66e 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 91e5a36fa0fc..9c7d74ef7795 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 495917a8c8ad..0d1b5b67298d 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 28204179614b..5eb716a899b9 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 d113bb58fbfa..5c495d538355 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 db56ab5af4ae..f0817f5c3ea5 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 153882eb33d2..55973bec8670 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 4b3ce37a320a..bfab2ca64b07 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 cb6b06335c1b..02127b344bce 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 4702122b32c9..13cae96a5365 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 25578f38edc5..371d1b2d4be3 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 a415e1a5fd31..d386e8982a28 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 0708bdf676e8..7858f5c06d89 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 354d52c44dcb..13f68ad4e1d2 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 d5032cb725e7..08c445f46f2c 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 8dcb41ce8c8f..77ec5f1aeaee 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 34d19ac0b57a..6012bd971397 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 5aaf6cec3b8f..f81cb0f70811 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 8d47778ff12f..bdb7c83ce3d9 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 71b4e89ba589..1a0c9c7e77ec 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 46b23cd5bc3a..ca2a36c2ec53 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 7fa3f0499f62..7ca68baf9983 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 385c582311d5..f9a0e36f2f31 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 98e8505fac46..fd01e01a7081 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 2547a4bec69f..11a98ee3a90c 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 6fe425a59472..aa7a418dddf4 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 7d7428815245..fd9587a3b023 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 fd07883773a0..cbf1be911f7c 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 9e013b952abe..7855dc426a57 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 cae683aeedde..e08e43adc9a6 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 diff --git a/deskutils/superswitcher/Makefile b/deskutils/superswitcher/Makefile index 3e216407972d..11f2c85dcb70 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 32dc1eb56157..1b07dc150795 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 3164a7fe4c64..e1aec997a0fa 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 be1b18ec61c8..f320f52c2855 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 11097dcc4a12..7ba65d1619fa 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 b948d3a8b16f..c5c3912a0465 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 7336ab81effe..33cc05ac1e05 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 1dee2fc49637..5b55bfe0f3a2 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 51b88711d521..72dc39df18fb 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 -- cgit v1.2.3