summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-13 23:09:10 +0000
committerbapt <bapt@FreeBSD.org>2014-07-13 23:09:10 +0000
commit2249e66c7afadb502291fc9119d8d07137d72011 (patch)
tree5e1efc3e3d24424873d1305c9d44afdae15c45bf
parentfeadac2c003eba9b3034d21f54e7433ae5298815 (diff)
downloadFreeBSD-ports-2249e66c7afadb502291fc9119d8d07137d72011.zip
FreeBSD-ports-2249e66c7afadb502291fc9119d8d07137d72011.tar.gz
Modernize LIB_DEPENDS
With hat: portmgr
-rw-r--r--devel/libmcs/Makefile2
-rw-r--r--devel/libvanessa_adt/Makefile2
-rw-r--r--devel/mingw32-gcc/Makefile6
-rw-r--r--devel/mpatrol/Makefile2
-rw-r--r--devel/omniNotify/Makefile2
-rw-r--r--devel/openocd/Makefile2
-rw-r--r--devel/ossp-al/Makefile2
-rw-r--r--devel/ossp-cfg/Makefile2
-rw-r--r--devel/ossp-val/Makefile2
-rw-r--r--devel/php5-dav/Makefile2
-rw-r--r--devel/php5-pinba/Makefile2
-rw-r--r--devel/py-itools/Makefile4
-rw-r--r--devel/py-qt4-assistant/Makefile2
-rw-r--r--devel/py-qt4-core/Makefile2
-rw-r--r--devel/py-qt4-dbus/Makefile2
-rw-r--r--devel/py-qt4-declarative/Makefile2
-rw-r--r--devel/py-qt4-designer/Makefile2
-rw-r--r--devel/py-qt4-help/Makefile2
-rw-r--r--devel/py-qt4-qscintilla2/Makefile2
-rw-r--r--devel/py-qt4-script/Makefile2
-rw-r--r--devel/py-qt4-scripttools/Makefile2
-rw-r--r--devel/py-qt4-test/Makefile2
-rw-r--r--devel/qscintilla2-designerplugin/Makefile2
-rw-r--r--devel/rubygem-ffi/Makefile2
-rw-r--r--devel/sfslite-dbg/Makefile2
-rw-r--r--devel/sfslite/Makefile2
-rw-r--r--devel/tesla/Makefile4
-rw-r--r--devel/xc3sprog/Makefile2
-rw-r--r--emulators/dynamips-devel/Makefile2
-rw-r--r--emulators/hatari/Makefile2
-rw-r--r--emulators/mastergear/Makefile2
-rw-r--r--emulators/mupen64plus-rsp-z64/Makefile2
-rw-r--r--emulators/mupen64plus-video-arachnoid/Makefile2
-rw-r--r--emulators/mupen64plus-video-glide64/Makefile2
-rw-r--r--emulators/mupen64plus-video-glide64mk2/Makefile2
-rw-r--r--emulators/mupen64plus-video-z64/Makefile2
-rw-r--r--emulators/nonpareil/Makefile2
-rw-r--r--emulators/o2em/Makefile2
38 files changed, 42 insertions, 42 deletions
diff --git a/devel/libmcs/Makefile b/devel/libmcs/Makefile
index aa24df1..f0d8a97 100644
--- a/devel/libmcs/Makefile
+++ b/devel/libmcs/Makefile
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= oliver@FreeBSD.org
COMMENT= BSD licenced configuration database system
-LIB_DEPENDS= mowgli.2:${PORTSDIR}/devel/libmowgli
+LIB_DEPENDS= libmowgli.so:${PORTSDIR}/devel/libmowgli
OPTIONS_DEFINE= GCONF
OPTIONS_DEFAULT= GCONF
diff --git a/devel/libvanessa_adt/Makefile b/devel/libvanessa_adt/Makefile
index 9cbfe4e..7066ed6 100644
--- a/devel/libvanessa_adt/Makefile
+++ b/devel/libvanessa_adt/Makefile
@@ -10,7 +10,7 @@ DISTNAME= vanessa_adt-${PORTVERSION}
MAINTAINER= thomas@bsdunix.ch
COMMENT= Library that provides ADTs (queues, dynamic arrays, and more)
-LIB_DEPENDS= vanessa_logger:${PORTSDIR}/devel/libvanessa_logger
+LIB_DEPENDS= libvanessa_logger.so:${PORTSDIR}/devel/libvanessa_logger
USE_LDCONFIG= yes
diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile
index 8bb1b46..044de59 100644
--- a/devel/mingw32-gcc/Makefile
+++ b/devel/mingw32-gcc/Makefile
@@ -15,9 +15,9 @@ COMMENT= FSF gcc-4 for Windows cross-development
BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \
mingwm10.dll:${PORTSDIR}/devel/${PKGNAMEPREFIX}bin-msvcrt
RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
-LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \
- mpfr:${PORTSDIR}/math/mpfr \
- mpc:${PORTSDIR}/math/mpc
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
+ libmpfr.so:${PORTSDIR}/math/mpfr \
+ libmpc.so:${PORTSDIR}/math/mpc
GCCVERSION= 4.7.2
diff --git a/devel/mpatrol/Makefile b/devel/mpatrol/Makefile
index 6a9bc4a..471c41d 100644
--- a/devel/mpatrol/Makefile
+++ b/devel/mpatrol/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Dynamic memory debugging and profiling library
-LIB_DEPENDS= elf.0:${PORTSDIR}/devel/libelf
+LIB_DEPENDS= libelf.so:${PORTSDIR}/devel/libelf
WRKSRC= ${WRKDIR}/${PORTNAME}/build/unix
diff --git a/devel/omniNotify/Makefile b/devel/omniNotify/Makefile
index d32d83d..ccc68e5 100644
--- a/devel/omniNotify/Makefile
+++ b/devel/omniNotify/Makefile
@@ -11,7 +11,7 @@ DISTNAME= omniNotify-2-latest
MAINTAINER= ports@FreeBSD.org
COMMENT= CORBA Notification Service (CosNotification) for omniORB
-LIB_DEPENDS= omniORB4.1:${PORTSDIR}/devel/omniORB
+LIB_DEPENDS= libomniORB4.so:${PORTSDIR}/devel/omniORB
RUN_DEPENDS= omniidl:${PORTSDIR}/devel/omniORB
# parts of omniORB4 source tree is required to build
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/omniORB:patch
diff --git a/devel/openocd/Makefile b/devel/openocd/Makefile
index b6cc3f2..67bb1fc 100644
--- a/devel/openocd/Makefile
+++ b/devel/openocd/Makefile
@@ -271,7 +271,7 @@ CONFIGURE_ARGS+= --disable-minidriver-dummy
.endif
.if defined(WITH_LIBFTDI)
-LIB_DEPENDS+= ftdi:${PORTSDIR}/devel/libftdi
+LIB_DEPENDS+= libftdi.so:${PORTSDIR}/devel/libftdi
.endif
.if ${PORT_OPTIONS:MDOXYGEN}
diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile
index bf89768..612e032 100644
--- a/devel/ossp-al/Makefile
+++ b/devel/ossp-al/Makefile
@@ -11,7 +11,7 @@ PKGNAMEPREFIX= ossp-
MAINTAINER= vd@FreeBSD.org
COMMENT= Defines an abstract type of buffer that can move data without copying
-LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
+LIB_DEPENDS= libex.so:${PORTSDIR}/devel/ossp-ex
USES= gmake
GNU_CONFIGURE= yes
diff --git a/devel/ossp-cfg/Makefile b/devel/ossp-cfg/Makefile
index 04a9365..f487d95 100644
--- a/devel/ossp-cfg/Makefile
+++ b/devel/ossp-cfg/Makefile
@@ -11,7 +11,7 @@ PKGNAMEPREFIX= ossp-
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for parsing arbitrary C/C++-style configuration files
-LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
+LIB_DEPENDS= libex.so:${PORTSDIR}/devel/ossp-ex
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
diff --git a/devel/ossp-val/Makefile b/devel/ossp-val/Makefile
index bfe1b06..b8f3725 100644
--- a/devel/ossp-val/Makefile
+++ b/devel/ossp-val/Makefile
@@ -11,7 +11,7 @@ PKGNAMEPREFIX= ossp-
MAINTAINER= ports@FreeBSD.org
COMMENT= Flexible name to value mapping library for C variables
-LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
+LIB_DEPENDS= libex.so:${PORTSDIR}/devel/ossp-ex
USES= gmake
USE_LDCONFIG= yes
diff --git a/devel/php5-dav/Makefile b/devel/php5-dav/Makefile
index 89f53ab..12dc2ae 100644
--- a/devel/php5-dav/Makefile
+++ b/devel/php5-dav/Makefile
@@ -13,7 +13,7 @@ COMMENT= The PHP WebDAV extension
LICENSE= BSD
-LIB_DEPENDS= neon.27:${PORTSDIR}/www/neon29
+LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29
USE_PHP= yes
USE_PHPIZE= yes
diff --git a/devel/php5-pinba/Makefile b/devel/php5-pinba/Makefile
index 2defa35..7c80777 100644
--- a/devel/php5-pinba/Makefile
+++ b/devel/php5-pinba/Makefile
@@ -12,7 +12,7 @@ DISTNAME= tony2001-pinba_extension-${GITVERSION}
MAINTAINER= komarov@valerka.net
COMMENT= PHP-extension part of statistics server for PHP
-LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf
+LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf
GITVERSION= f76b673
diff --git a/devel/py-itools/Makefile b/devel/py-itools/Makefile
index f453cf6..e6b0c45 100644
--- a/devel/py-itools/Makefile
+++ b/devel/py-itools/Makefile
@@ -22,8 +22,8 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab2>=2.3:${PORTSDIR}/print/py-repo
${PYTHON_PKGNAMEPREFIX}pygit2>=0:${PORTSDIR}/devel/py-pygit2 \
python:${PORTSDIR}/lang/python
RUN_DEPENDS+= ${BUILD_DEPENDS}
-LIB_DEPENDS= glib:${PORTSDIR}/devel/glib20 \
- soup:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS= libglib.so:${PORTSDIR}/devel/glib20 \
+ libsoup.so:${PORTSDIR}/devel/libsoup
LDFLAGS+= -L${LOCALBASE}/lib
USES= pkgconfig
diff --git a/devel/py-qt4-assistant/Makefile b/devel/py-qt4-assistant/Makefile
index 28df101..dc91869 100644
--- a/devel/py-qt4-assistant/Makefile
+++ b/devel/py-qt4-assistant/Makefile
@@ -47,7 +47,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/devel/py-qt4-core/Makefile b/devel/py-qt4-core/Makefile
index 20642bc..8a8f5e4 100644
--- a/devel/py-qt4-core/Makefile
+++ b/devel/py-qt4-core/Makefile
@@ -46,7 +46,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/devel/py-qt4-dbus/Makefile b/devel/py-qt4-dbus/Makefile
index 9526be2..6ed0d72 100644
--- a/devel/py-qt4-dbus/Makefile
+++ b/devel/py-qt4-dbus/Makefile
@@ -47,7 +47,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/devel/py-qt4-declarative/Makefile b/devel/py-qt4-declarative/Makefile
index cc1414a..89c8ca3 100644
--- a/devel/py-qt4-declarative/Makefile
+++ b/devel/py-qt4-declarative/Makefile
@@ -44,7 +44,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/devel/py-qt4-designer/Makefile b/devel/py-qt4-designer/Makefile
index ad0e768..710e013 100644
--- a/devel/py-qt4-designer/Makefile
+++ b/devel/py-qt4-designer/Makefile
@@ -48,7 +48,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/devel/py-qt4-help/Makefile b/devel/py-qt4-help/Makefile
index 905a276..49cda85 100644
--- a/devel/py-qt4-help/Makefile
+++ b/devel/py-qt4-help/Makefile
@@ -43,7 +43,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/devel/py-qt4-qscintilla2/Makefile b/devel/py-qt4-qscintilla2/Makefile
index a5199c7..1a2f2af 100644
--- a/devel/py-qt4-qscintilla2/Makefile
+++ b/devel/py-qt4-qscintilla2/Makefile
@@ -12,7 +12,7 @@ DISTNAME= ${QSCI2_DISTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= Python bindings for QScintilla2 (PyQt4), QSci module
-LIB_DEPENDS= qscintilla2:${PORTSDIR}/devel/qscintilla2
+LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip \
${PYTHON_PKGNAMEPREFIX}qt4-core>=${PYQT_VERSION}:${PORTSDIR}/devel/py-qt4-core \
${PYTHON_PKGNAMEPREFIX}qt4-gui>=${PYQT_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui
diff --git a/devel/py-qt4-script/Makefile b/devel/py-qt4-script/Makefile
index d676dd0..fa3c413 100644
--- a/devel/py-qt4-script/Makefile
+++ b/devel/py-qt4-script/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/devel/py-qt4-scripttools/Makefile b/devel/py-qt4-scripttools/Makefile
index 92bae22..ea4658b 100644
--- a/devel/py-qt4-scripttools/Makefile
+++ b/devel/py-qt4-scripttools/Makefile
@@ -44,7 +44,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/devel/py-qt4-test/Makefile b/devel/py-qt4-test/Makefile
index d19ca28..9a50a4e 100644
--- a/devel/py-qt4-test/Makefile
+++ b/devel/py-qt4-test/Makefile
@@ -46,7 +46,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/devel/qscintilla2-designerplugin/Makefile b/devel/qscintilla2-designerplugin/Makefile
index 7173e9e..9b27771 100644
--- a/devel/qscintilla2-designerplugin/Makefile
+++ b/devel/qscintilla2-designerplugin/Makefile
@@ -12,7 +12,7 @@ DISTNAME= ${QSCI2_DISTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt4 Designer plugin for QScintilla2
-LIB_DEPENDS= qscintilla2:${PORTSDIR}/devel/qscintilla2
+LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
DISTINFO_FILE= ${QSCI2_DISTINFO_FILE}
USES= qmake
diff --git a/devel/rubygem-ffi/Makefile b/devel/rubygem-ffi/Makefile
index 8dad0a1..adde0d6 100644
--- a/devel/rubygem-ffi/Makefile
+++ b/devel/rubygem-ffi/Makefile
@@ -11,7 +11,7 @@ COMMENT= Extension for dynamic libraries & binding functions
LICENSE= BSD3CLAUSE
-LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi
+LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi
USE_RAKE= yes
USE_RUBY= yes
diff --git a/devel/sfslite-dbg/Makefile b/devel/sfslite-dbg/Makefile
index d23b4d6..0658800 100644
--- a/devel/sfslite-dbg/Makefile
+++ b/devel/sfslite-dbg/Makefile
@@ -7,7 +7,7 @@ COMMENT= sfslite with dmalloc and without optimization
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
-LIB_DEPENDS+= dmalloc:${PORTSDIR}/devel/dmalloc
+LIB_DEPENDS+= libdmalloc.so:${PORTSDIR}/devel/dmalloc
PKG_INSTALL= ${MASTERDIR}/pkg-install
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/devel/sfslite/Makefile b/devel/sfslite/Makefile
index cd0db52..823a22e 100644
--- a/devel/sfslite/Makefile
+++ b/devel/sfslite/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://dist.okws.org/dist/
MAINTAINER= ports@FreeBSD.org
COMMENT= Standard version of the sfslite library
-LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
CONFIGURE_ARGS= --with-gmp=${LOCALBASE}
diff --git a/devel/tesla/Makefile b/devel/tesla/Makefile
index 4aa44ba..a5b2392 100644
--- a/devel/tesla/Makefile
+++ b/devel/tesla/Makefile
@@ -11,8 +11,8 @@ USES= cmake:outsource ninja
BUILD_DEPENDS= clang33:${PORTSDIR}/lang/clang33
RUN_DEPENDS= clang33:${PORTSDIR}/lang/clang33
-LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \
- protobuf:${PORTSDIR}/devel/protobuf
+LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
+ libprotobuf.so:${PORTSDIR}/devel/protobuf
USE_GITHUB= yes
GH_ACCOUNT= CTSRD-TESLA
diff --git a/devel/xc3sprog/Makefile b/devel/xc3sprog/Makefile
index 08a43f8..f06bd76 100644
--- a/devel/xc3sprog/Makefile
+++ b/devel/xc3sprog/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://FreeBSD.czest.pl/~wkoszek/ports/
MAINTAINER= ports@FreeBSD.org
COMMENT= Free programmer for Xilinx Spartan S3E Starter Kit
-LIB_DEPENDS= ftdi:${PORTSDIR}/devel/libftdi
+LIB_DEPENDS= libftdi.so:${PORTSDIR}/devel/libftdi
RUN_DEPENDS= ${LOCALBASE}/sbin/fxload:${PORTSDIR}/misc/fxload
USES= cmake
diff --git a/emulators/dynamips-devel/Makefile b/emulators/dynamips-devel/Makefile
index d773997..f08b936 100644
--- a/emulators/dynamips-devel/Makefile
+++ b/emulators/dynamips-devel/Makefile
@@ -11,7 +11,7 @@ PKGNAMESUFFIX= -devel
MAINTAINER= ports@FreeBSD.org
COMMENT= Cisco 1700/2600/3600/3700/7200 Simulator
-LIB_DEPENDS= elf.0:${PORTSDIR}/devel/libelf
+LIB_DEPENDS= libelf.so:${PORTSDIR}/devel/libelf
CONFLICTS= dynamips-[0-9]* dynamips-community-[0-9]*
LICENSE= GPLv2
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile
index fce3e88..86bc171 100644
--- a/emulators/hatari/Makefile
+++ b/emulators/hatari/Makefile
@@ -12,7 +12,7 @@ COMMENT= Atari ST emulator
LICENSE= GPLv2
BUILD_DEPENDS= portaudio2>=0:${PORTSDIR}/audio/portaudio2
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
RUN_DEPENDS= portaudio2>=0:${PORTSDIR}/audio/portaudio2
OPTIONS_DEFINE= DOCS
diff --git a/emulators/mastergear/Makefile b/emulators/mastergear/Makefile
index ab98c59..52c4e93 100644
--- a/emulators/mastergear/Makefile
+++ b/emulators/mastergear/Makefile
@@ -12,7 +12,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= SEGA Master System and Game Gear emulator for X
-LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x
+LIB_DEPENDS= libc.so.5:${PORTSDIR}/misc/compat5x
NO_WRKSUBDIR= yes
ONLY_FOR_ARCHS= i386
diff --git a/emulators/mupen64plus-rsp-z64/Makefile b/emulators/mupen64plus-rsp-z64/Makefile
index c2b2e49..ced01d1 100644
--- a/emulators/mupen64plus-rsp-z64/Makefile
+++ b/emulators/mupen64plus-rsp-z64/Makefile
@@ -6,7 +6,7 @@ DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}.0${EXTRACT_SUFX}:plugi
COMMENT= Low-level RSP processor plugin for the Mupen64Plus
-LIB_DEPENDS= mupen64plus.2:${PORTSDIR}/emulators/mupen64plus-core
+LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core
USE_GL= #
USE_SDL= #
diff --git a/emulators/mupen64plus-video-arachnoid/Makefile b/emulators/mupen64plus-video-arachnoid/Makefile
index cf4ea4a..4d8234d 100644
--- a/emulators/mupen64plus-video-arachnoid/Makefile
+++ b/emulators/mupen64plus-video-arachnoid/Makefile
@@ -6,7 +6,7 @@ DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}.0${EXTRACT_SUFX}:plugi
COMMENT= The arachnoid video plugin for Mupen64plus
-LIB_DEPENDS= mupen64plus.2:${PORTSDIR}/emulators/mupen64plus-core
+LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core
USE_GL= gl glu
USE_SDL= #
diff --git a/emulators/mupen64plus-video-glide64/Makefile b/emulators/mupen64plus-video-glide64/Makefile
index da9b07e..1db749c 100644
--- a/emulators/mupen64plus-video-glide64/Makefile
+++ b/emulators/mupen64plus-video-glide64/Makefile
@@ -7,7 +7,7 @@ DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}.0${EXTRACT_SUFX}:plugi
COMMENT= Glide64 video plugin for Mupen64Plus
-LIB_DEPENDS= mupen64plus.2:${PORTSDIR}/emulators/mupen64plus-core
+LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core
USE_GL= gl
USE_SDL= yes
diff --git a/emulators/mupen64plus-video-glide64mk2/Makefile b/emulators/mupen64plus-video-glide64mk2/Makefile
index 91fdc2b..0e22d69 100644
--- a/emulators/mupen64plus-video-glide64mk2/Makefile
+++ b/emulators/mupen64plus-video-glide64mk2/Makefile
@@ -5,7 +5,7 @@ PKGNAMESUFFIX= -video-glide64mk2
COMMENT= Glide64mk2 video plugin for Mupen64Plus
-LIB_DEPENDS= mupen64plus.2:${PORTSDIR}/emulators/mupen64plus-core \
+LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core \
libboost_thread.so:${PORTSDIR}/devel/boost-libs
USE_GL= gl
diff --git a/emulators/mupen64plus-video-z64/Makefile b/emulators/mupen64plus-video-z64/Makefile
index cd74965..31476c6 100644
--- a/emulators/mupen64plus-video-z64/Makefile
+++ b/emulators/mupen64plus-video-z64/Makefile
@@ -6,7 +6,7 @@ DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}.0${EXTRACT_SUFX}:plugi
COMMENT= Low-level RDP plugin for the Mupen64Plus
-LIB_DEPENDS= mupen64plus.2:${PORTSDIR}/emulators/mupen64plus-core
+LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core
USE_GL= gl glu glew
USE_SDL= yes
diff --git a/emulators/nonpareil/Makefile b/emulators/nonpareil/Makefile
index 96c181e..46910ec 100644
--- a/emulators/nonpareil/Makefile
+++ b/emulators/nonpareil/Makefile
@@ -13,7 +13,7 @@ COMMENT= Simulator for many HP calculators
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
USES= bison pkgconfig scons
USE_GNOME= gtk20 libxml2
diff --git a/emulators/o2em/Makefile b/emulators/o2em/Makefile
index b50f3c5..f94d6c9 100644
--- a/emulators/o2em/Makefile
+++ b/emulators/o2em/Makefile
@@ -13,7 +13,7 @@ DISTFILES= o2em117src.zip:1 \
MAINTAINER= techgunter@yahoo.com
COMMENT= Odyssey2 / Videopac console emulator
-LIB_DEPENDS= alleg:${PORTSDIR}/devel/allegro
+LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro
WRKSRC= ${WRKDIR}/o2em117src
MAKEFILE= Makefile.freebsd
OpenPOWER on IntegriCloud