diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-15 02:42:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-15 02:42:04 +0800 |
commit | 2c6a3135268f227c2f016b08155f35b56c7fbd99 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /misc | |
parent | 92158ef1a1b16aa6f359266ab3492fc06838b525 (diff) | |
download | freebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.tar.gz freebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.tar.zst freebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.zip |
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'misc')
-rw-r--r-- | misc/amfm/Makefile | 2 | ||||
-rw-r--r-- | misc/bibletime/Makefile | 2 | ||||
-rw-r--r-- | misc/bigboard/Makefile | 8 | ||||
-rw-r--r-- | misc/dahdi/Makefile | 2 | ||||
-rw-r--r-- | misc/mbuffer/Makefile | 2 | ||||
-rw-r--r-- | misc/pdmenu/Makefile | 2 | ||||
-rw-r--r-- | misc/tellico-kde4/Makefile | 8 | ||||
-rw-r--r-- | misc/xiphos/Makefile | 2 |
8 files changed, 14 insertions, 14 deletions
diff --git a/misc/amfm/Makefile b/misc/amfm/Makefile index 5b2fc1c2dea8..e9a82f5339d7 100644 --- a/misc/amfm/Makefile +++ b/misc/amfm/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= .c MAINTAINER= sanpei@FreeBSD.org COMMENT= THANKO USB AM/FM Radio controller -LIB_DEPENDS= hid.0:${PORTSDIR}/devel/libhid +LIB_DEPENDS= libhid.so:${PORTSDIR}/devel/libhid NO_WRKSUBDIR= yes diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index 0e9e3a4312da..a607f7082d39 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -11,7 +11,7 @@ COMMENT= Open source Bible study tool LICENSE= GPLv2 -LIB_DEPENDS= clucene-core:${PORTSDIR}/textproc/clucene \ +LIB_DEPENDS= libclucene-core.so:${PORTSDIR}/textproc/clucene \ libsword.so:${PORTSDIR}/misc/sword USES= cmake:outsource diff --git a/misc/bigboard/Makefile b/misc/bigboard/Makefile index 816db20c22bb..213965121993 100644 --- a/misc/bigboard/Makefile +++ b/misc/bigboard/Makefile @@ -20,10 +20,10 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus \ ${LOCALBASE}/libdata/pkgconfig/ddm-1.pc:${PORTSDIR}/net/desktop-data-model \ ${LOCALBASE}/libdata/pkgconfig/gnome-python-2.0.pc:${PORTSDIR}/x11-toolkits/py-gnome2 \ ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \ - gnome-keyring.0:${PORTSDIR}/security/gnome-keyring \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - hippocanvas-1.0:${PORTSDIR}/x11-toolkits/hippo-canvas +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ + libgnome-keyring.so:${PORTSDIR}/security/gnome-keyring \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libhippocanvas-1.so:${PORTSDIR}/x11-toolkits/hippo-canvas RUN_DEPENDS= ${LOCALBASE}/libexec/desktop-data-engine:${PORTSDIR}/net/desktop-data-model \ ${LOCALBASE}/libdata/pkgconfig/gnome-python-2.0.pc:${PORTSDIR}/x11-toolkits/py-gnome2 \ ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus diff --git a/misc/dahdi/Makefile b/misc/dahdi/Makefile index ee7daf5e772d..874a0a93cad1 100644 --- a/misc/dahdi/Makefile +++ b/misc/dahdi/Makefile @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-freebsd-complete-${DAHDI_VERSION}+${DAHDI_TOOLS_VERSION} MAINTAINER= fjoe@FreeBSD.org COMMENT= DAHDI userland utilities and libraries -LIB_DEPENDS= newt.52:${PORTSDIR}/devel/newt +LIB_DEPENDS= libnewt.so:${PORTSDIR}/devel/newt DAHDI_VERSION= 2.4.0-rc5 DAHDI_TOOLS_VERSION= 2.4.0-rc1 diff --git a/misc/mbuffer/Makefile b/misc/mbuffer/Makefile index 1496dbbb678d..63ff49a05a16 100644 --- a/misc/mbuffer/Makefile +++ b/misc/mbuffer/Makefile @@ -29,7 +29,7 @@ OPTIONS_DEFAULT= MHASH .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMHASH} -LIB_DEPENDS+= mhash.2:${PORTSDIR}/security/mhash +LIB_DEPENDS+= libmhash.so:${PORTSDIR}/security/mhash CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .else diff --git a/misc/pdmenu/Makefile b/misc/pdmenu/Makefile index 4a8933268e4b..a34e2489c66a 100644 --- a/misc/pdmenu/Makefile +++ b/misc/pdmenu/Makefile @@ -14,7 +14,7 @@ COMMENT= Simple console menu program LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/COPYING -LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 +LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2 WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile index 152c73d844e7..7eedc0cbac44 100644 --- a/misc/tellico-kde4/Makefile +++ b/misc/tellico-kde4/Makefile @@ -12,11 +12,11 @@ COMMENT= Collection manager for KDE LICENSE= GPLv2 -LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ +LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \ libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \ - yaz:${PORTSDIR}/net/yaz \ - exempi:${PORTSDIR}/textproc/exempi \ - qjson:${PORTSDIR}/devel/qjson + libyaz.so:${PORTSDIR}/net/yaz \ + libexempi.so:${PORTSDIR}/textproc/exempi \ + libqjson.so:${PORTSDIR}/devel/qjson LATEST_LINK= ${PORTNAME}-kde4 diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index 07979f4e176a..0493362e8f4c 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \ docbook2html:${PORTSDIR}/textproc/docbook-utils \ gnome-doc-tool:${PORTSDIR}/textproc/gnome-doc-utils \ nspr>=4.8:${PORTSDIR}/devel/nspr -LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \ +LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \ libsword.so:${PORTSDIR}/misc/sword USE_PYTHON_BUILD= yes |