summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/prison/Makefile4
-rw-r--r--graphics/py-openexr/Makefile2
-rw-r--r--graphics/py-qt4-svg/Makefile2
-rw-r--r--graphics/py-soya3d/Makefile2
-rw-r--r--graphics/quat-gui/Makefile2
-rw-r--r--graphics/repng2jpeg/Makefile2
-rw-r--r--graphics/ruby-ming/Makefile2
-rw-r--r--graphics/rubygem-gd2/Makefile2
-rw-r--r--graphics/sane-epkowa/Makefile6
-rw-r--r--graphics/stamp/Makefile2
-rw-r--r--graphics/svg2pdf/Makefile2
-rw-r--r--graphics/svg2png/Makefile2
-rw-r--r--graphics/synfigstudio/Makefile4
-rw-r--r--graphics/uDrawGraph/Makefile2
-rw-r--r--graphics/xnview/Makefile2
-rw-r--r--irc/bobot++/Makefile2
-rw-r--r--irc/epic4/Makefile2
-rw-r--r--japanese/dvipsk/Makefile6
-rw-r--r--japanese/edyvalue/Makefile2
-rw-r--r--japanese/jadetex-ptex/Makefile2
-rw-r--r--japanese/ming/Makefile4
-rw-r--r--japanese/mozc-server/Makefile4
-rw-r--r--japanese/p5-Text-Kakasi/Makefile2
-rw-r--r--japanese/php5-mecab/Makefile2
-rw-r--r--japanese/prime/Makefile2
-rw-r--r--japanese/ptex/Makefile6
-rw-r--r--japanese/ruby-eb/Makefile2
-rw-r--r--japanese/ruby-mecab/Makefile2
-rw-r--r--japanese/slrn/Makefile2
-rw-r--r--japanese/suicavalue/Makefile2
-rw-r--r--japanese/tk80/Makefile2
-rw-r--r--japanese/xdtp/Makefile2
-rw-r--r--java/jc/Makefile2
-rw-r--r--lang/Sather/Makefile4
-rw-r--r--lang/clisp/Makefile4
-rw-r--r--lang/ecl/Makefile4
-rw-r--r--lang/gnustep-guile/Makefile2
-rw-r--r--lang/maude/Makefile8
-rw-r--r--lang/neko/Makefile2
-rw-r--r--lang/newlisp-devel/Makefile6
-rw-r--r--lang/qscheme/Makefile2
-rw-r--r--lang/racket-minimal/Makefile2
-rw-r--r--lang/racket/Makefile8
-rw-r--r--lang/squeak/Makefile12
-rw-r--r--lang/stklos/Makefile8
-rw-r--r--mail/bogofilter-tc/Makefile2
-rw-r--r--mail/courier/Makefile2
-rw-r--r--mail/evolution-mapi/Makefile2
-rw-r--r--mail/ftrack/Makefile2
-rw-r--r--mail/greylite/Makefile4
-rw-r--r--mail/milter-manager/Makefile2
-rw-r--r--mail/mu/Makefile4
-rw-r--r--mail/p3scan/Makefile2
-rw-r--r--mail/p5-Mail-OpenDKIM/Makefile2
-rw-r--r--mail/pecl-esmtp/Makefile2
-rw-r--r--mail/perdition/Makefile14
-rw-r--r--mail/pop3vscan/Makefile2
-rw-r--r--mail/qmail-dk/Makefile2
-rw-r--r--mail/softfail/Makefile2
-rw-r--r--mail/sqwebmail/Makefile2
-rw-r--r--mail/xf-spf/Makefile2
-rw-r--r--math/PDL/Makefile12
-rw-r--r--math/arpack/Makefile4
-rw-r--r--math/atlas-devel/Makefile4
-rw-r--r--math/bihar/Makefile2
-rw-r--r--math/blacs/Makefile2
-rw-r--r--math/blocksolve95/Makefile8
-rw-r--r--math/cln/Makefile2
-rw-r--r--math/cvc3/Makefile2
69 files changed, 116 insertions, 116 deletions
diff --git a/graphics/prison/Makefile b/graphics/prison/Makefile
index 00eb8d0d7b53..7cd1b11702ce 100644
--- a/graphics/prison/Makefile
+++ b/graphics/prison/Makefile
@@ -12,8 +12,8 @@ MAINTAINER= fluffy@FreeBSD.org
COMMENT= Barcode library for KDE
-LIB_DEPENDS= dmtx.0:${PORTSDIR}/graphics/libdmtx \
- qrencode.3:${PORTSDIR}/graphics/libqrencode
+LIB_DEPENDS= libdmtx.so:${PORTSDIR}/graphics/libdmtx \
+ libqrencode.so:${PORTSDIR}/graphics/libqrencode
USE_QT4= corelib gui qmake_build moc_build rcc_build uic_build
USES= cmake
diff --git a/graphics/py-openexr/Makefile b/graphics/py-openexr/Makefile
index c483a45966f5..d8e6ffb75fa4 100644
--- a/graphics/py-openexr/Makefile
+++ b/graphics/py-openexr/Makefile
@@ -13,7 +13,7 @@ DISTNAME= OpenEXR-${PORTVERSION}
MAINTAINER= jamesb-bsd@excamera.com
COMMENT= Python module for ILM's OpenEXR image format and library
-LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR
+LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR
post-extract:
${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/setup.py
diff --git a/graphics/py-qt4-svg/Makefile b/graphics/py-qt4-svg/Makefile
index 23a4b7bb2429..053962f0207b 100644
--- a/graphics/py-qt4-svg/Makefile
+++ b/graphics/py-qt4-svg/Makefile
@@ -45,7 +45,7 @@ ARGS= -b ${PREFIX}/bin \
ARGS+= --no-qsci-api
PLIST_SUB+= API="@comment "
.else
-LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2
+LIB_DEPENDS+= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR}
PLIST_SUB+= API=""
.endif
diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile
index 247a28e502e1..9e894daa6b69 100644
--- a/graphics/py-soya3d/Makefile
+++ b/graphics/py-soya3d/Makefile
@@ -16,7 +16,7 @@ COMMENT= Very high level 3D engine for Python
BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode \
${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
-LIB_DEPENDS= cal3d.12:${PORTSDIR}/graphics/cal3d \
+LIB_DEPENDS= libcal3d.so:${PORTSDIR}/graphics/cal3d \
libfreetype.so:${PORTSDIR}/print/freetype2
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/editobj/editor.py:${PORTSDIR}/graphics/py-editobj \
${PYTHON_SITELIBDIR}/tofu/client.py:${PORTSDIR}/net/py-tofu \
diff --git a/graphics/quat-gui/Makefile b/graphics/quat-gui/Makefile
index 287b3da4ba0e..f91b02632757 100644
--- a/graphics/quat-gui/Makefile
+++ b/graphics/quat-gui/Makefile
@@ -14,7 +14,7 @@ COMMENT= Three-dimensional fractal creator (X11 GUI)
LICENSE= GPLv2 # (or later)
-LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk
+LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk
OPTIONS_DEFINE= OPTIMIZED_CFLAGS DOCS
diff --git a/graphics/repng2jpeg/Makefile b/graphics/repng2jpeg/Makefile
index 23e66dca770a..d0cc675da387 100644
--- a/graphics/repng2jpeg/Makefile
+++ b/graphics/repng2jpeg/Makefile
@@ -13,7 +13,7 @@ COMMENT= Tool to recompress JPEG/PNG/GIF
BROKEN= Unfetchable
-LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lgd
diff --git a/graphics/ruby-ming/Makefile b/graphics/ruby-ming/Makefile
index e8ac9d702bc0..7ee986cb987d 100644
--- a/graphics/ruby-ming/Makefile
+++ b/graphics/ruby-ming/Makefile
@@ -14,7 +14,7 @@ DIST_SUBDIR= ruby
MAINTAINER= don@na.rim.or.jp
COMMENT= Yet another Ming module for Ruby
-LIB_DEPENDS?= ming.5:${PORTSDIR}/graphics/ming
+LIB_DEPENDS?= libming.so:${PORTSDIR}/graphics/ming
RUBY_MING_VERSION= 0.2.1
diff --git a/graphics/rubygem-gd2/Makefile b/graphics/rubygem-gd2/Makefile
index e22b75e3919c..2dd732b67c9b 100644
--- a/graphics/rubygem-gd2/Makefile
+++ b/graphics/rubygem-gd2/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding for Thomas Boutell's gd 2.x graphics library #'
-LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
REINPLACE_ARGS= -i ""
diff --git a/graphics/sane-epkowa/Makefile b/graphics/sane-epkowa/Makefile
index 31525fd3d6b3..7b6d2e030bed 100644
--- a/graphics/sane-epkowa/Makefile
+++ b/graphics/sane-epkowa/Makefile
@@ -59,9 +59,9 @@ WRKSRC=${WRKDIR}/iscan-${PORTVERSION}
MAN5= sane-epkowa.5
# We use LIB_DEPENDS, but the dependency is also at build time
-LIB_DEPENDS+= ltdl:${PORTSDIR}/devel/libltdl
-LIB_DEPENDS+= getline:${PORTSDIR}/devel/libgetline
-LIB_DEPENDS+= sane.1:${PORTSDIR}/graphics/sane-backends
+LIB_DEPENDS+= libltdl.so:${PORTSDIR}/devel/libltdl
+LIB_DEPENDS+= libgetline.so:${PORTSDIR}/devel/libgetline
+LIB_DEPENDS+= libsane.so:${PORTSDIR}/graphics/sane-backends
#BUILD_DEPENDS+= ${LOCALBASE}/lib/libltdl.so:${PORTSDIR}/devel/libltdl
diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile
index 92a78f108dcf..8bf11976e380 100644
--- a/graphics/stamp/Makefile
+++ b/graphics/stamp/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Adds a graphical, configurable timestamp to a grayscale image
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/graphics/svg2pdf/Makefile b/graphics/svg2pdf/Makefile
index 0dc9c4046ffc..a7775ef3942b 100644
--- a/graphics/svg2pdf/Makefile
+++ b/graphics/svg2pdf/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://cairographics.org/snapshots/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Render an SVG image to a PDF file (using cairo)
-LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo
+LIB_DEPENDS= libsvg-cairo.so:${PORTSDIR}/graphics/libsvg-cairo
GNU_CONFIGURE= yes
USES= pkgconfig
diff --git a/graphics/svg2png/Makefile b/graphics/svg2png/Makefile
index b1f70f3912ee..396e9d3a29d8 100644
--- a/graphics/svg2png/Makefile
+++ b/graphics/svg2png/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://cairographics.org/snapshots/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Render an SVG image to a PNG image (using cairo)
-LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo
+LIB_DEPENDS= libsvg-cairo.so:${PORTSDIR}/graphics/libsvg-cairo
GNU_CONFIGURE= yes
USES= pkgconfig
diff --git a/graphics/synfigstudio/Makefile b/graphics/synfigstudio/Makefile
index 21bc3e425a0d..7b3476982719 100644
--- a/graphics/synfigstudio/Makefile
+++ b/graphics/synfigstudio/Makefile
@@ -13,8 +13,8 @@ COMMENT= Vector-based 2D animation software package
BROKEN= Fails to compile
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ETL.pc:${PORTSDIR}/devel/etl
-LIB_DEPENDS= synfig.0:${PORTSDIR}/devel/synfig \
- gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
+LIB_DEPENDS= libsynfig.so:${PORTSDIR}/devel/synfig \
+ libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
USE_GNOME= gnomehack gtk20
USES= gettext gmake
diff --git a/graphics/uDrawGraph/Makefile b/graphics/uDrawGraph/Makefile
index a058853ac185..b04186c53855 100644
--- a/graphics/uDrawGraph/Makefile
+++ b/graphics/uDrawGraph/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${PKGNUM}-${OPSYS:tl}-${ARCH}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Graph drawing/visualization system
-LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
+LIB_DEPENDS= libc.so.4:${PORTSDIR}/misc/compat4x
NO_BUILD= yes
ONLY_FOR_ARCHS= i386
diff --git a/graphics/xnview/Makefile b/graphics/xnview/Makefile
index afe600e67680..99d3ab3f84bb 100644
--- a/graphics/xnview/Makefile
+++ b/graphics/xnview/Makefile
@@ -18,7 +18,7 @@ INSTALL_SLIB= yes
OPTIONS_DEFINE= DOCS
-LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
+LIB_DEPENDS+= libc.so.5:${PORTSDIR}/misc/compat5x
DISTFILES+= NConvert-x86-unknown-FreeBSD6.x.tgz
WRKSRC_NC= ${WRKDIR}/NConvert
diff --git a/irc/bobot++/Makefile b/irc/bobot++/Makefile
index 2a08303c0b46..907f73a6483a 100644
--- a/irc/bobot++/Makefile
+++ b/irc/bobot++/Makefile
@@ -30,7 +30,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGUILE}
-LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile
CONFIGURE_ARGS+= --enable-scripting
PLIST_FILES+= share/guile/site/bobotpp/bot.scm \
%%DATADIR%%/scripts/bobot-utils.scm
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile
index bf9c470e59a8..e707c8e311bd 100644
--- a/irc/epic4/Makefile
+++ b/irc/epic4/Makefile
@@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --without-ipv6
.endif
.if ${PORT_OPTIONS:MTCL}
-LIB_DEPENDS+= tcl84:${PORTSDIR}/lang/tcl84
+LIB_DEPENDS+= libtcl84.so:${PORTSDIR}/lang/tcl84
CONFIGURE_ARGS+= --with-tcl
.else
CONFIGURE_ARGS+= --without-tcl
diff --git a/japanese/dvipsk/Makefile b/japanese/dvipsk/Makefile
index 352dd2495a16..8e62f6e7d7ea 100644
--- a/japanese/dvipsk/Makefile
+++ b/japanese/dvipsk/Makefile
@@ -21,9 +21,9 @@ COMMENT= DVI to PostScript translator + Japanese patch
BUILD_DEPENDS= ${LOCALBASE}/${TEXMFDIR}/fonts/tfm/ptex/min10.tfm:${PORTSDIR}/japanese/ptex
RUN_DEPENDS= ${LOCALBASE}/${TEXMFDIR}/fonts/tfm/ptex/min10.tfm:${PORTSDIR}/japanese/ptex
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
- wwwcore.1:${PORTSDIR}/www/libwww \
- t1.5:${PORTSDIR}/devel/t1lib
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
+ libwwwcore.so:${PORTSDIR}/www/libwww \
+ libt1.so:${PORTSDIR}/devel/t1lib
PATCH_WRKSRC= ${WRKDIR}/${TETEX_SRC}/texk
EXTRA_PATCHES= ${WRKDIR}/dvipsk-${PORTVERSION}-p1.7a.diff
diff --git a/japanese/edyvalue/Makefile b/japanese/edyvalue/Makefile
index f15faffde9e1..d42cb1929006 100644
--- a/japanese/edyvalue/Makefile
+++ b/japanese/edyvalue/Makefile
@@ -14,7 +14,7 @@ EXTRACT_ONLY=
MAINTAINER= sarumaru@jp.FreeBSD.org
COMMENT= Utility to print a statement of Edy card
-LIB_DEPENDS= pasori.1:${PORTSDIR}/devel/libpasori
+LIB_DEPENDS= libpasori.so:${PORTSDIR}/devel/libpasori
PLIST_FILES= bin/EdyValue
diff --git a/japanese/jadetex-ptex/Makefile b/japanese/jadetex-ptex/Makefile
index 565c3f0fb54a..b712749d038d 100644
--- a/japanese/jadetex-ptex/Makefile
+++ b/japanese/jadetex-ptex/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= PTeX backend for Jade, for typesetting SGML documents
BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex
PKGMESSAGE= ${WRKDIR}/pkg-message
diff --git a/japanese/ming/Makefile b/japanese/ming/Makefile
index 4dfb9ca03f28..15a3f001d190 100644
--- a/japanese/ming/Makefile
+++ b/japanese/ming/Makefile
@@ -11,8 +11,8 @@ DISTNAME= jaming-${PORTVERSION}
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= LGPL'ed Flash 4/5 movie output library with Japanese languages support
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
- gif.5:${PORTSDIR}/graphics/giflib
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
+ libgif.so:${PORTSDIR}/graphics/giflib
CONFLICTS= ming-*
diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile
index fae0b8a67abf..c26bd46755f5 100644
--- a/japanese/mozc-server/Makefile
+++ b/japanese/mozc-server/Makefile
@@ -17,8 +17,8 @@ LICENSE_FILE= ${WRKSRC}/third_party/gyp/LICENSE
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
EXTRACT_DEPENDS=${PYTHON_CMD}:${PYTHON_PORTSDIR}
-LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf \
- zinnia:${PORTSDIR}/japanese/zinnia
+LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf \
+ libzinnia.so:${PORTSDIR}/japanese/zinnia
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
USES= pkgconfig iconv gmake tar:bzip2
diff --git a/japanese/p5-Text-Kakasi/Makefile b/japanese/p5-Text-Kakasi/Makefile
index 1ed7ef91ebea..cb283f9a891f 100644
--- a/japanese/p5-Text-Kakasi/Makefile
+++ b/japanese/p5-Text-Kakasi/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= CPAN
MAINTAINER= ports@FreeBSD.org
COMMENT= Kakasi library module for Perl5
-LIB_DEPENDS= kakasi.3:${PORTSDIR}/japanese/kakasi
+LIB_DEPENDS= libkakasi.so:${PORTSDIR}/japanese/kakasi
USES= perl5
USE_PERL5= configure
diff --git a/japanese/php5-mecab/Makefile b/japanese/php5-mecab/Makefile
index f86f0d400aa7..5513974c2572 100644
--- a/japanese/php5-mecab/Makefile
+++ b/japanese/php5-mecab/Makefile
@@ -10,7 +10,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= PHP5 extension for MeCab Morphological Analyzer
-LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab
+LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab
USE_PHP= yes
USE_PHPEXT= yes
diff --git a/japanese/prime/Makefile b/japanese/prime/Makefile
index 5298c1959b9b..6fe73913e3a3 100644
--- a/japanese/prime/Makefile
+++ b/japanese/prime/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://prime.sourceforge.jp/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= PRedictive Input Method Editor(PRIME)
-LIB_DEPENDS= sary.10:${PORTSDIR}/textproc/sary
+LIB_DEPENDS= libsary.so:${PORTSDIR}/textproc/sary
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/sary.so:${PORTSDIR}/textproc/ruby-sary \
${LOCALBASE}/share/emacs/site-lisp/init-suikyo.el:${PORTSDIR}/japanese/suikyo \
${LOCALBASE}/share/prime/dict/prime-dict:${PORTSDIR}/japanese/prime-dict
diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile
index d9a2e4e75a31..d596f504ee42 100644
--- a/japanese/ptex/Makefile
+++ b/japanese/ptex/Makefile
@@ -19,9 +19,9 @@ DIST_SUBDIR= teTeX
MAINTAINER= hrs@FreeBSD.org
COMMENT= ASCII Japanese pTeX which supports teTeX distribution
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
- wwwcore.1:${PORTSDIR}/www/libwww \
- t1.5:${PORTSDIR}/devel/t1lib
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
+ libwwwcore.so:${PORTSDIR}/www/libwww \
+ libt1.so:${PORTSDIR}/devel/t1lib
CONFLICTS_INSTALL= \
texlive-[0-9]* tex-web2c-[0-9]* \
diff --git a/japanese/ruby-eb/Makefile b/japanese/ruby-eb/Makefile
index ccaeeeb66162..7977780e5f93 100644
--- a/japanese/ruby-eb/Makefile
+++ b/japanese/ruby-eb/Makefile
@@ -12,7 +12,7 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby bind of EB library
-LIB_DEPENDS= eb:${PORTSDIR}/japanese/eb
+LIB_DEPENDS= libeb.so:${PORTSDIR}/japanese/eb
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/japanese/ruby-mecab/Makefile b/japanese/ruby-mecab/Makefile
index bdcef4281991..1dcde1294b73 100644
--- a/japanese/ruby-mecab/Makefile
+++ b/japanese/ruby-mecab/Makefile
@@ -13,7 +13,7 @@ COMMENT= MeCab library module for Ruby
LICENSE= BSD GPLv2 LGPL21
LICENSE_COMB= dual
-LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab
+LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/japanese/slrn/Makefile b/japanese/slrn/Makefile
index c6c06d7e2edf..955077ca01ad 100644
--- a/japanese/slrn/Makefile
+++ b/japanese/slrn/Makefile
@@ -18,7 +18,7 @@ COMMENT= Newsreader based on the S-Lang library
LICENSE= GPLv2
-LIB_DEPENDS= slang:${PORTSDIR}/japanese/libslang
+LIB_DEPENDS= libslang.so:${PORTSDIR}/japanese/libslang
CONFLICTS= slrn-0.*
diff --git a/japanese/suicavalue/Makefile b/japanese/suicavalue/Makefile
index 5efafc4b3fdb..7df6da2621b5 100644
--- a/japanese/suicavalue/Makefile
+++ b/japanese/suicavalue/Makefile
@@ -13,7 +13,7 @@ EXTRACT_ONLY=
MAINTAINER= sarumaru@jp.FreeBSD.org
COMMENT= Utility to print a statement of Suica
-LIB_DEPENDS= pasori.1:${PORTSDIR}/devel/libpasori
+LIB_DEPENDS= libpasori.so:${PORTSDIR}/devel/libpasori
PLIST_FILES= bin/SuicaValue
diff --git a/japanese/tk80/Makefile b/japanese/tk80/Makefile
index b475722fe718..026f944dbe09 100644
--- a/japanese/tk80/Makefile
+++ b/japanese/tk80/Makefile
@@ -15,7 +15,7 @@ PATCHFILES= ${PORTNAME}${PORTVERSION}jp1.7.patch.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical toolkit for Japanized TCL, version 8.0
-LIB_DEPENDS= tcl80jp.1:${PORTSDIR}/japanese/tcl80
+LIB_DEPENDS= libtcl80jp.so:${PORTSDIR}/japanese/tcl80
VERSION= ${PORTVERSION:R}
TOPDIR= ${WRKDIR}/${DISTNAME}
diff --git a/japanese/xdtp/Makefile b/japanese/xdtp/Makefile
index 970ea5d1ab27..9a5c06e87b0b 100644
--- a/japanese/xdtp/Makefile
+++ b/japanese/xdtp/Makefile
@@ -13,7 +13,7 @@ COMMENT= XML document transfer program
LICENSE= BSD
-LIB_DEPENDS= glibmm-2.4:${PORTSDIR}/devel/glibmm
+LIB_DEPENDS= libglibmm-2.4.so:${PORTSDIR}/devel/glibmm
USES= pkgconfig
USE_LDCONFIG= yes
diff --git a/java/jc/Makefile b/java/jc/Makefile
index 36d2da5519dc..7d531dbd8a28 100644
--- a/java/jc/Makefile
+++ b/java/jc/Makefile
@@ -13,7 +13,7 @@ COMMENT= JVM that converts class files to C source and compiles them with GCC
BROKEN= Fails to build
BUILD_DEPENDS= ${LOCALBASE}/share/classpath/glibj.zip:${PORTSDIR}/java/classpath
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt
NO_PACKAGE= Takes too many resources to build
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile
index b86dcb1db7b4..a511f67afd8c 100644
--- a/lang/Sather/Makefile
+++ b/lang/Sather/Makefile
@@ -14,8 +14,8 @@ COMMENT= Sather compiler
#
# NOTE: currently build fails with threaded Tk
#
-LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 \
- gc-redirect.1:${PORTSDIR}/devel/boehm-gc-redirect
+LIB_DEPENDS= libtk84.so:${PORTSDIR}/x11-toolkits/tk84 \
+ libgc-redirect.so:${PORTSDIR}/devel/boehm-gc-redirect
BUILD_DEPENDS= ${LOCALBASE}/bin/libtool:${PORTSDIR}/devel/libtool
USES= gmake tar:bzip2
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index 8c0ef7ac80cf..e68bcef0830d 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -14,8 +14,8 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/GNU-GPL
BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall
-LIB_DEPENDS= readline.6:${PORTSDIR}/devel/readline \
- sigsegv.2:${PORTSDIR}/devel/libsigsegv
+LIB_DEPENDS= libreadline.so.6:${PORTSDIR}/devel/readline \
+ libsigsegv.so:${PORTSDIR}/devel/libsigsegv
DEPRECATED= development has ceased, not staged
EXPIRATION_DATE= 2014-07-28
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile
index 9c13d6c7f9eb..31158cead77e 100644
--- a/lang/ecl/Makefile
+++ b/lang/ecl/Makefile
@@ -10,7 +10,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= olgeni@FreeBSD.org
COMMENT= ANSI Common Lisp implementation
-LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
MAKE_JOBS_UNSAFE= yes
USES= gmake perl5
@@ -64,7 +64,7 @@ PLIST_SUB+= SOCKETS="@comment "
.if ${PORT_OPTIONS:MDFFI}
CONFIGURE_ARGS+=--with-dffi=system
-LIB_DEPENDS+= ffi:${PORTSDIR}/devel/libffi
+LIB_DEPENDS+= libffi.so:${PORTSDIR}/devel/libffi
.else
CONFIGURE_ARGS+=--with-dffi=no
.endif
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile
index 381690bec833..37bc4fc064c3 100644
--- a/lang/gnustep-guile/Makefile
+++ b/lang/gnustep-guile/Makefile
@@ -16,7 +16,7 @@ COMMENT= GNUstep interface to the GUILE scheme interpreter
BROKEN= Does not build
-LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile
LICENSE= GPLv2
diff --git a/lang/maude/Makefile b/lang/maude/Makefile
index f8724f7a832a..e7c41048d3a3 100644
--- a/lang/maude/Makefile
+++ b/lang/maude/Makefile
@@ -10,10 +10,10 @@ DISTNAME= Maude-${PORTVERSION}
MAINTAINER= joemann@beefree.free.de
COMMENT= High-performance reflective language
-LIB_DEPENDS= bdd:${PORTSDIR}/science/buddy \
- tecla:${PORTSDIR}/devel/libtecla \
- gmp:${PORTSDIR}/math/gmp \
- sigsegv:${PORTSDIR}/devel/libsigsegv
+LIB_DEPENDS= libbdd.so:${PORTSDIR}/science/buddy \
+ libtecla.so:${PORTSDIR}/devel/libtecla \
+ libgmp.so:${PORTSDIR}/math/gmp \
+ libsigsegv.so:${PORTSDIR}/devel/libsigsegv
USES= bison
USE_AUTOTOOLS= aclocal autoheader automake
diff --git a/lang/neko/Makefile b/lang/neko/Makefile
index 4468b9970347..b44b8d89ecc4 100644
--- a/lang/neko/Makefile
+++ b/lang/neko/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://nekovm.org/_media/
MAINTAINER= ozawa@ongs.co.jp
COMMENT= The Neko Programming Language
-LIB_DEPENDS= gc-threaded.1:${PORTSDIR}/devel/boehm-gc-threaded
+LIB_DEPENDS= libgc-threaded.so:${PORTSDIR}/devel/boehm-gc-threaded
ONLY_FOR_ARCHS= i386 amd64
diff --git a/lang/newlisp-devel/Makefile b/lang/newlisp-devel/Makefile
index 92ae7f2125d1..481cab656e9b 100644
--- a/lang/newlisp-devel/Makefile
+++ b/lang/newlisp-devel/Makefile
@@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= olgeni@FreeBSD.org
COMMENT= LISP like scripting language
-LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi
+LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi
CONFLICTS= newlisp-[0-9]*
@@ -47,7 +47,7 @@ CFLAGS+= -DNEWLISP64
.endif
.if ${PORT_OPTIONS:MGMP}
-LIB_DEPENDS+= gmp:${PORTSDIR}/math/gmp
+LIB_DEPENDS+= libgmp.so:${PORTSDIR}/math/gmp
MODULES+= gmp
PLIST_SUB+= GMP=""
.else
@@ -55,7 +55,7 @@ PLIST_SUB+= GMP="@comment "
.endif
.if ${PORT_OPTIONS:MGSL}
-LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= libgsl.so:${PORTSDIR}/math/gsl
MODULES+= gsl
PLIST_SUB+= GSL=""
.else
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile
index 6d82e53b8d9d..18d9e3abd081 100644
--- a/lang/qscheme/Makefile
+++ b/lang/qscheme/Makefile
@@ -13,7 +13,7 @@ COMMENT= Small and fast Scheme interpreter
BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall\
${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre \
${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp
-LIB_DEPENDS= getline:${PORTSDIR}/devel/libgetline
+LIB_DEPENDS= libgetline.so:${PORTSDIR}/devel/libgetline
USES= gmake perl5
USE_PERL5= build
diff --git a/lang/racket-minimal/Makefile b/lang/racket-minimal/Makefile
index 77ccec8545d6..16bb01332c91 100644
--- a/lang/racket-minimal/Makefile
+++ b/lang/racket-minimal/Makefile
@@ -35,7 +35,7 @@ CONFIGURE_ARGS= --enable-shared --enable-pthread \
MANUAL_PACKAGE_BUILD= i386 requires kern.maxdsiz="640M" to build
.endif
-LIB_DEPENDS+= ffi:${PORTSDIR}/devel/libffi
+LIB_DEPENDS+= libffi.so:${PORTSDIR}/devel/libffi
.if ${PORT_OPTIONS:MRACKET_PLACES}
CONFIGURE_ARGS+= --enable-places
diff --git a/lang/racket/Makefile b/lang/racket/Makefile
index f2a9d62fc92f..6aae9616cb0b 100644
--- a/lang/racket/Makefile
+++ b/lang/racket/Makefile
@@ -40,10 +40,10 @@ IGNORE= requires X11; use lang/racket-textual instead
MANUAL_PACKAGE_BUILD= i386 requires kern.maxdsiz="640M" to build
.endif
-LIB_DEPENDS+= ffi:${PORTSDIR}/devel/libffi \
- cairo:${PORTSDIR}/graphics/cairo \
- jpeg:${PORTSDIR}/graphics/jpeg \
- png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= libffi.so:${PORTSDIR}/devel/libffi \
+ libcairo.so:${PORTSDIR}/graphics/cairo \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libpng15.so:${PORTSDIR}/graphics/png
.if ${PORT_OPTIONS:MRACKET_PLACES}
CONFIGURE_ARGS+= --enable-places
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile
index 9a5db8f27db0..5a994a1125d2 100644
--- a/lang/squeak/Makefile
+++ b/lang/squeak/Makefile
@@ -25,12 +25,12 @@ LICENSE_COMB= multi
BUILD_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip \
cmake:${PORTSDIR}/devel/cmake \
v4l_compat>=1.0.20120501:${PORTSDIR}/multimedia/v4l_compat
-LIB_DEPENDS= audio:${PORTSDIR}/audio/nas \
- ffi:${PORTSDIR}/devel/libffi \
- asound:${PORTSDIR}/audio/alsa-lib \
- pulse-simple:${PORTSDIR}/audio/pulseaudio \
- gstreamer:${PORTSDIR}/multimedia/gstreamer \
- v4l2:${PORTSDIR}/multimedia/libv4l
+LIB_DEPENDS= libaudio.so:${PORTSDIR}/audio/nas \
+ libffi.so:${PORTSDIR}/devel/libffi \
+ libasound.so:${PORTSDIR}/audio/alsa-lib \
+ libpulse-simple.so:${PORTSDIR}/audio/pulseaudio \
+ libgstreamer.so:${PORTSDIR}/multimedia/gstreamer \
+ libv4l2.so:${PORTSDIR}/multimedia/libv4l
##################################################
VM_VERSION= ${PORTVERSION}.${SVNVERSION}
diff --git a/lang/stklos/Makefile b/lang/stklos/Makefile
index 47eddc2f02d8..b9874c08ca5f 100644
--- a/lang/stklos/Makefile
+++ b/lang/stklos/Makefile
@@ -14,10 +14,10 @@ COMMENT= The successor of the STk Scheme interpreter
DEPRECATED= Fails testsuite on all platforms, unmaintained upstream
EXPIRATION_DATE=2014-07-20
-LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
- pcre.3:${PORTSDIR}/devel/pcre \
- ffi:${PORTSDIR}/devel/libffi \
- gc-threaded.1:${PORTSDIR}/devel/boehm-gc-threaded
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
+ libpcre.so:${PORTSDIR}/devel/pcre \
+ libffi.so:${PORTSDIR}/devel/libffi \
+ libgc-threaded.so:${PORTSDIR}/devel/boehm-gc-threaded
ONLY_FOR_ARCHS= i386 amd64
diff --git a/mail/bogofilter-tc/Makefile b/mail/bogofilter-tc/Makefile
index b8c3060b6328..e41dc5e03f49 100644
--- a/mail/bogofilter-tc/Makefile
+++ b/mail/bogofilter-tc/Makefile
@@ -9,7 +9,7 @@ PKGNAMESUFFIX= -tc
MAINTAINER= mandree@FreeBSD.org
# Blanket approval for changes by Zach Thompson (address above)
-LIB_DEPENDS= tokyocabinet.9:${PORTSDIR}/databases/tokyocabinet
+LIB_DEPENDS= libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet
CONFLICTS_INSTALL= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[1-9]* bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]*
diff --git a/mail/courier/Makefile b/mail/courier/Makefile
index 95b05c62601c..dbefd8998ff5 100644
--- a/mail/courier/Makefile
+++ b/mail/courier/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= bsd@dino.sk
COMMENT= Courier SMTP IMAP POP3 HTTP mail server suite
BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base \
${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool \
${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support \
diff --git a/mail/evolution-mapi/Makefile b/mail/evolution-mapi/Makefile
index 74bb9a8d9495..90f8d3e99ea7 100644
--- a/mail/evolution-mapi/Makefile
+++ b/mail/evolution-mapi/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Evolution plugin to connect to Microsoft Exchange servers
BUILD_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution
-LIB_DEPENDS= mapi.0:${PORTSDIR}/mail/libmapi
+LIB_DEPENDS= libmapi.so:${PORTSDIR}/mail/libmapi
RUN_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution
PKGFILES= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc
diff --git a/mail/ftrack/Makefile b/mail/ftrack/Makefile
index f37fd0a9ba65..ff62438328ab 100644
--- a/mail/ftrack/Makefile
+++ b/mail/ftrack/Makefile
@@ -15,7 +15,7 @@ COMMENT= FTN Messages tracker
BROKEN= Does not compile
-LIB_DEPENDS= smapi.2:${PORTSDIR}/news/husky-smapi
+LIB_DEPENDS= libsmapi.so:${PORTSDIR}/news/husky-smapi
USES= perl5 gmake zip
ALL_TARGET= ftrack
diff --git a/mail/greylite/Makefile b/mail/greylite/Makefile
index 29fccab990d3..0a6987b55e92 100644
--- a/mail/greylite/Makefile
+++ b/mail/greylite/Makefile
@@ -31,12 +31,12 @@ NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MGEOIP}
-LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP
+LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP
MAKE_ARGS+= WITH_GEOIP=yep
.endif
.if ${PORT_OPTIONS:MDNSBLENV}
-LIB_DEPENDS+= cares:${PORTSDIR}/dns/c-ares
+LIB_DEPENDS+= libcares.so:${PORTSDIR}/dns/c-ares
MAKE_ARGS+= WITH_DNSBLENV=yep
PLIST_SUB+= DNSBLENV=""
.else
diff --git a/mail/milter-manager/Makefile b/mail/milter-manager/Makefile
index d2bbde12b549..a9da4d49191b 100644
--- a/mail/milter-manager/Makefile
+++ b/mail/milter-manager/Makefile
@@ -13,7 +13,7 @@ LICENSE= AGPLv3 GFDL GPLv3 LGPL3
LICENSE_COMB= multi
BUILD_DEPENDS= rubygem-glib2>0:${PORTSDIR}/devel/rubygem-glib2
-LIB_DEPENDS= ev:${PORTSDIR}/devel/libev
+LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev
RUN_DEPENDS= rubygem-glib2>0:${PORTSDIR}/devel/rubygem-glib2
USE_RC_SUBR= milter-manager
diff --git a/mail/mu/Makefile b/mail/mu/Makefile
index 365a41762bff..8f8dc233a256 100644
--- a/mail/mu/Makefile
+++ b/mail/mu/Makefile
@@ -12,8 +12,8 @@ COMMENT= Mail searching frontend for Xapian
LICENSE= GPLv3
-LIB_DEPENDS= xapian:${PORTSDIR}/databases/xapian-core \
- gmime:${PORTSDIR}/mail/gmime24
+LIB_DEPENDS= libxapian.so:${PORTSDIR}/databases/xapian-core \
+ libgmime.so:${PORTSDIR}/mail/gmime24
GNU_CONFIGURE= yes
USES= pkgconfig gmake
diff --git a/mail/p3scan/Makefile b/mail/p3scan/Makefile
index 84018284c7be..fac482513620 100644
--- a/mail/p3scan/Makefile
+++ b/mail/p3scan/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTNAME}-${PORTVERSIO
MAINTAINER= ports@FreeBSD.org
COMMENT= Transparent POP3-Proxy with virus-scanning capabilities
-LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
PLIST_FILES= etc/p3scan/p3scan.conf.sample etc/p3scan/p3scan.mail.sample \
sbin/p3scan
diff --git a/mail/p5-Mail-OpenDKIM/Makefile b/mail/p5-Mail-OpenDKIM/Makefile
index beef58c419ad..01c15477e345 100644
--- a/mail/p5-Mail-OpenDKIM/Makefile
+++ b/mail/p5-Mail-OpenDKIM/Makefile
@@ -14,7 +14,7 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= opendkim>=2.5.0:${PORTSDIR}/mail/opendkim
-LIB_DEPENDS= opendkim:${PORTSDIR}/mail/opendkim
+LIB_DEPENDS= libopendkim.so:${PORTSDIR}/mail/opendkim
RUN_DEPENDS= opendkim>=2.5.0:${PORTSDIR}/mail/opendkim \
p5-Error>=0:${PORTSDIR}/lang/p5-Error
diff --git a/mail/pecl-esmtp/Makefile b/mail/pecl-esmtp/Makefile
index 55eb618bb645..1c256b05b624 100644
--- a/mail/pecl-esmtp/Makefile
+++ b/mail/pecl-esmtp/Makefile
@@ -13,7 +13,7 @@ DIST_SUBDIR= PECL
MAINTAINER= miwi@FreeBSD.org
COMMENT= PECL ESMTP client extension
-LIB_DEPENDS= esmtp:${PORTSDIR}/mail/libesmtp
+LIB_DEPENDS= libesmtp.so:${PORTSDIR}/mail/libesmtp
USE_PHP= yes
USE_PHPEXT= yes
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile
index 6b563239cead..7a8cc1885865 100644
--- a/mail/perdition/Makefile
+++ b/mail/perdition/Makefile
@@ -10,10 +10,10 @@ MASTER_SITES= http://horms.net/projects/perdition/download/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= POP3 & IMAP4 proxy that can map users to multiple backend servers
-LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \
- vanessa_logger:${PORTSDIR}/devel/libvanessa_logger \
- vanessa_socket:${PORTSDIR}/devel/libvanessa_socket \
- vanessa_adt:${PORTSDIR}/devel/libvanessa_adt
+LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \
+ libvanessa_logger.so:${PORTSDIR}/devel/libvanessa_logger \
+ libvanessa_socket.so:${PORTSDIR}/devel/libvanessa_socket \
+ libvanessa_adt.so:${PORTSDIR}/devel/libvanessa_adt
MAN5= perditiondb.5
MAN8= perdition.8
@@ -65,7 +65,7 @@ PLIST_SUB+= POSIXREGEX="@comment "
.if ${PORT_OPTIONS:MDAEMON_MAP}
CONFIGURE_ARGS+= --enable-daemon-map
PLIST_SUB+= DAEMONMAP=""
-LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm
.else
CONFIGURE_ARGS+= --disable-daemon-map
PLIST_SUB+= DAEMONMAP="@comment "
@@ -92,7 +92,7 @@ PLIST_SUB+= NIS="@comment "
.if ${PORT_OPTIONS:MGDBM}
CONFIGURE_ARGS+= --enable-gdbm
-LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm
PLIST_SUB+= GDBM=""
MAN1+= makegdbm.1
.else
@@ -134,7 +134,7 @@ PLIST_SUB+= LDAP="@comment "
.if ${PORT_OPTIONS:MODBC}
CONFIGURE_ARGS+= --enable-odbc
-LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC
PLIST_SUB+= ODBC=""
MAN8+= perditiondb_odbc_makedb.8
.else
diff --git a/mail/pop3vscan/Makefile b/mail/pop3vscan/Makefile
index 73f18afb7c96..8352b29054c5 100644
--- a/mail/pop3vscan/Makefile
+++ b/mail/pop3vscan/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= leeym@FreeBSD.org
COMMENT= Transparent POP3-Proxy with virus-scanning capabilities
-LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
USES= gmake
USE_GCC= yes
diff --git a/mail/qmail-dk/Makefile b/mail/qmail-dk/Makefile
index b150be618bf3..f86fd4f267ff 100644
--- a/mail/qmail-dk/Makefile
+++ b/mail/qmail-dk/Makefile
@@ -12,7 +12,7 @@ DIST_SUBDIR= qmail
MAINTAINER= bdrewery@FreeBSD.org
COMMENT= DomainKeys implementation for qmail
-LIB_DEPENDS+= domainkeys:${PORTSDIR}/mail/libdomainkeys
+LIB_DEPENDS+= libdomainkeys.so:${PORTSDIR}/mail/libdomainkeys
PATCH_SITES= ${MASTER_SITE_QMAIL}
PATCHFILES= qmail-1.03-dk-0.54.patch
diff --git a/mail/softfail/Makefile b/mail/softfail/Makefile
index 8b63205faed0..16c6d7d6a82d 100644
--- a/mail/softfail/Makefile
+++ b/mail/softfail/Makefile
@@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}_fbsdbrasil-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Enhanced greylisting system for qmail w/ SMTPEXTFORK patch
-LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2
+LIB_DEPENDS+= libspf2.so:${PORTSDIR}/mail/libspf2
SUB_FILES= pkg-message
SUB_LIST= QMAIL_PREFIX=${QMAIL_PREFIX}
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile
index c51a89875a40..0e9ef15bc5fe 100644
--- a/mail/sqwebmail/Makefile
+++ b/mail/sqwebmail/Makefile
@@ -11,7 +11,7 @@ COMMENT= CGI Webmail client for Maildirs
BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
CFLAGS:= -I${LOCALBASE}/include -L${LOCALBASE}/lib ${CFLAGS:S/^[:space:]*//}
CXXFLAGS:= -I${LOCALBASE}/include ${CXXFLAGS:S/^[:space:]*//}
diff --git a/mail/xf-spf/Makefile b/mail/xf-spf/Makefile
index 60d423a81be9..e1823af14752 100644
--- a/mail/xf-spf/Makefile
+++ b/mail/xf-spf/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail-smtpextfork/
MAINTAINER= ports@FreeBSD.org
COMMENT= SPF checker for Qmail's SMTPEXTFORK patch
-LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2
+LIB_DEPENDS+= libspf2.so:${PORTSDIR}/mail/libspf2
USES= qmail
USE_BZIP2= yes
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index 47fbc2b54375..db3cc2d51304 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -50,7 +50,7 @@ BUILD_DEPENDS+= p5-PGPLOT>=0:${PORTSDIR}/graphics/p5-PGPLOT
.endif
.if ${PORT_OPTIONS:MPLPLOT}
-LIB_DEPENDS+= plplotd:${PORTSDIR}/math/plplot
+LIB_DEPENDS+= libplplotd.so:${PORTSDIR}/math/plplot
.endif
.if ${PORT_OPTIONS:MOPENGL}
@@ -60,7 +60,7 @@ USE_GL= yes
.endif
.if ${PORT_OPTIONS:MGD}
-LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd
+LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd
.endif
.if ${PORT_OPTIONS:MF77}
@@ -68,19 +68,19 @@ BUILD_DEPENDS+= p5-ExtUtils-F77>=0:${PORTSDIR}/lang/p5-ExtUtils-F77
.endif
.if ${PORT_OPTIONS:MFFTW}
-LIB_DEPENDS+= fftw:${PORTSDIR}/math/fftw
+LIB_DEPENDS+= libfftw.so:${PORTSDIR}/math/fftw
.endif
.if ${PORT_OPTIONS:MGSL}
-LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= libgsl.so:${PORTSDIR}/math/gsl
.endif
.if ${PORT_OPTIONS:MHDF}
-LIB_DEPENDS+= df:${PORTSDIR}/science/hdf
+LIB_DEPENDS+= libdf.so:${PORTSDIR}/science/hdf
.endif
.if ${PORT_OPTIONS:MPROJ}
-LIB_DEPENDS+= proj:${PORTSDIR}/graphics/proj
+LIB_DEPENDS+= libproj.so:${PORTSDIR}/graphics/proj
.endif
.if ${PORT_OPTIONS:MREADLINE}
diff --git a/math/arpack/Makefile b/math/arpack/Makefile
index ebb838aaae2c..f87206db41a4 100644
--- a/math/arpack/Makefile
+++ b/math/arpack/Makefile
@@ -82,10 +82,10 @@ WITH_BLAS?= reference
.endif
.if ${WITH_BLAS} == atlas
-LIB_DEPENDS+= atlas:${PORTSDIR}/math/atlas
+LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas
BLAS?= -lf77blas
.else
-LIB_DEPENDS+= blas:${PORTSDIR}/math/blas
+LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas
BLAS?= -lblas
.endif
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile
index 60859b5f1a92..2d4068e6ca85 100644
--- a/math/atlas-devel/Makefile
+++ b/math/atlas-devel/Makefile
@@ -28,8 +28,8 @@ NO_STAGE= yes
NOT_FOR_ARCHS= alpha
CCOMPILER= ${CC}
-LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
-LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
+LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas
+LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack
.if ${ARCH} == "sparc64"
PICFLAG?= -fPIC
diff --git a/math/bihar/Makefile b/math/bihar/Makefile
index a04d5210cd3b..4219e30f6eea 100644
--- a/math/bihar/Makefile
+++ b/math/bihar/Makefile
@@ -36,7 +36,7 @@ EXTRACT_ONLY= #empty
MAINTAINER= bf@FreeBSD.org
COMMENT= Biharmonic equation in rectangular geometry and polar coordinates
-LIB_DEPENDS= linpack.3:${PORTSDIR}/math/linpack
+LIB_DEPENDS= liblinpack.so:${PORTSDIR}/math/linpack
NO_STAGE= yes
NO_WRKSUBDIR= yes
diff --git a/math/blacs/Makefile b/math/blacs/Makefile
index 5899a53777cf..9fef4329a80b 100644
--- a/math/blacs/Makefile
+++ b/math/blacs/Makefile
@@ -35,7 +35,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/mpi/openmpi/lib/libmpi.so:${PORTSDIR}/net/openmpi
RUN_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpirun:${PORTSDIR}/net/openmpi
EXTRA_PATCHES+= ${FILESDIR}/Bmake.inc-openmpi.diff
.else
-LIB_DEPENDS+= mpich:${PORTSDIR}/net/mpich2
+LIB_DEPENDS+= libmpich.so:${PORTSDIR}/net/mpich2
EXTRA_PATCHES+= ${FILESDIR}/Bmake.inc-mpich.diff
.endif
diff --git a/math/blocksolve95/Makefile b/math/blocksolve95/Makefile
index 7d147692a4c8..ba6a2c05b4f0 100644
--- a/math/blocksolve95/Makefile
+++ b/math/blocksolve95/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= bf@FreeBSD.org
COMMENT= Software for the efficient solution of large, sparse linear systems
BUILD_DEPENDS= ${MPIDIR}/lib/libmpich.a:${PORTSDIR}/net/mpich2
-LIB_DEPENDS= f2c.2:${PORTSDIR}/lang/f2c
+LIB_DEPENDS= libf2c.so:${PORTSDIR}/lang/f2c
RUN_DEPENDS= ${MPIDIR}/bin/mpirun:${PORTSDIR}/net/mpich2
USES= fortran gmake
@@ -39,12 +39,12 @@ NO_STAGE= yes
WITH_ATLAS= yes
.endif
.if defined(WITH_ATLAS)
-LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
+LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas
BLAS_LIB= -lf77blas
LAPACK_LIB= -L${LOCALBASE}/lib -lalapack -lcblas
.else
-LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
-LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
+LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack
+LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas
BLAS_LIB= -lblas
LAPACK_LIB= -L${LOCALBASE}/lib -llapack
.endif
diff --git a/math/cln/Makefile b/math/cln/Makefile
index 29608a96608e..be2196a20e7c 100644
--- a/math/cln/Makefile
+++ b/math/cln/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://www.ginac.de/CLN/ \
MAINTAINER= wen@FreeBSD.org
COMMENT= Class Library for Numbers
-LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
diff --git a/math/cvc3/Makefile b/math/cvc3/Makefile
index 2a4c08581394..acf08a5d43d1 100644
--- a/math/cvc3/Makefile
+++ b/math/cvc3/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.cs.nyu.edu/acsys/cvc3/download/${PORTVERSION}/
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Automatic theorem prover for the SMT problem
-LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
CONFIGURE_ARGS= --enable-dynamic \
--with-arith=gmp \