diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:09:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:09:10 +0000 |
commit | 8d29c3c03e8287457dd21727d13bb786235fb1e9 (patch) | |
tree | 5e1efc3e3d24424873d1305c9d44afdae15c45bf | |
parent | d8e365fd1ba854ccd1c98f67e25219fc9076754f (diff) | |
download | ports-8d29c3c03e8287457dd21727d13bb786235fb1e9.tar.gz ports-8d29c3c03e8287457dd21727d13bb786235fb1e9.zip |
Notes
38 files changed, 42 insertions, 42 deletions
diff --git a/devel/libmcs/Makefile b/devel/libmcs/Makefile index aa24df11554e..f0d8a97d45a0 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 9cbfe4e954e8..7066ed6bfe22 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 8bb1b46ed288..044de59a425e 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 6a9bc4af33fa..471c41ddaf34 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 d32d83d114c4..ccc68e5ea487 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 b6cc3f2d1908..67bb1fcfd797 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 bf897684ba6d..612e03253944 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 04a9365b1095..f487d9511165 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 bfe1b06233c2..b8f3725c7178 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 89f53ab28f10..12dc2ae3f3c9 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 2defa35529f7..7c807778125e 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 f453cf680ad2..e6b0c45fd140 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 28df10166574..dc918694db69 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 20642bc1bee1..8a8f5e455016 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 9526be2e5768..6ed0d72c8928 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 cc1414a48c0a..89c8ca393e27 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 ad0e76838829..710e013a749a 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 905a27666eda..49cda85dd54a 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 a5199c747bc8..1a2f2afba929 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 d676dd004d1f..fa3c413131f8 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 92bae22d0748..ea4658b133af 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 d19ca28c27c7..9a50a4e725d7 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 7173e9e9a313..9b277717290b 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 8dad0a14fa9c..adde0d628839 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 d23b4d6f6404..0658800659ff 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 cd0db5211efa..823a22ec6d71 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 4aa44ba96434..a5b239208a0b 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 08a43f8a905b..f06bd760a4b3 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 d77399713e37..f08b9369fdae 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 fce3e887bc25..86bc1711a726 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 ab98c597950c..52c4e935d434 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 c2b2e49bece9..ced01d1480d9 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 cf4ea4afbf7f..4d8234d4d94d 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 da9b07ee703d..1db749c2195d 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 91fdc2be2eef..0e22d69cb67b 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 cd749656dee1..31476c66c006 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 96c181ee31c7..46910ec279f5 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 b50f3c5c6f62..f94d6c93093c 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 |