diff options
54 files changed, 102 insertions, 102 deletions
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index 55efa686e762..9231ff93b223 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -12,9 +12,9 @@ MAINTAINER= flz@FreeBSD.org COMMENT= Arcade Emulator for M68000, M68020, and Z80 based hardware BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm -LIB_DEPENDS= alleg:${PORTSDIR}/devel/allegro \ - png15:${PORTSDIR}/graphics/png \ - vga.1:${PORTSDIR}/graphics/svgalib +LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro \ + libpng15.so:${PORTSDIR}/graphics/png \ + libvga.so:${PORTSDIR}/graphics/svgalib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index 5202e18a0d74..a219b712457b 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -12,7 +12,7 @@ DISTNAME= snes9x-1.53-src MAINTAINER= root@cooltrainer.org COMMENT= Super Nintendo Entertainment System(SNES) Emulator -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USE_BZIP2= yes USE_XORG= x11 sm ice xext diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index 57f25a05754c..eb10e0cb5f95 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= acm@FreeBSD.org COMMENT= Multi-platform Atari 2600 VCS emulator -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/emulators/tpm-emulator/Makefile b/emulators/tpm-emulator/Makefile index 8946811aabc6..fdc871820174 100644 --- a/emulators/tpm-emulator/Makefile +++ b/emulators/tpm-emulator/Makefile @@ -13,7 +13,7 @@ COMMENT= Trusted Platform Module (TPM) emulator LICENSE= GPLv2 -LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp CONFLICTS= trousers-tddl-[0-9]* diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 9c55fa46617f..ee2e1c0023bd 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -14,7 +14,7 @@ COMMENT= Open source Gameboy Advance emulator LICENSE= GPLv2 BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USES= gettext gmake GNU_CONFIGURE= yes diff --git a/emulators/wxmupen64plus/Makefile b/emulators/wxmupen64plus/Makefile index 77f1d1703819..2e7c5eed818a 100644 --- a/emulators/wxmupen64plus/Makefile +++ b/emulators/wxmupen64plus/Makefile @@ -13,7 +13,7 @@ DIST_SUBDIR= ${PORTNAME:S/wx//} MAINTAINER= acm@FreeBSD.org COMMENT= Mupen64Plus 2.0 GUI frontend written using wxWidgets -LIB_DEPENDS= mupen64plus:${PORTSDIR}/emulators/mupen64plus-core +LIB_DEPENDS= libmupen64plus.so:${PORTSDIR}/emulators/mupen64plus-core RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core \ ${LOCALBASE}/lib/mupen64plus/mupen64plus-audio-sdl.so:${PORTSDIR}/emulators/mupen64plus-audio-sdl \ ${LOCALBASE}/lib/mupen64plus/mupen64plus-input-sdl.so:${PORTSDIR}/emulators/mupen64plus-input-sdl \ diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index 3f673cd432d8..85bb19223646 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -12,8 +12,8 @@ COMMENT= AliceSoft System 3.5/3.6/3.8/3.9 on X Window System LICENSE= GPLv2 # (or later) -LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ - jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libjpeg.so:${PORTSDIR}/graphics/jpeg OPTIONS_DEFINE= ESOUND DOCS EXAMPLES diff --git a/finance/beanie/Makefile b/finance/beanie/Makefile index 19f820c34411..2e28c0db6ebd 100644 --- a/finance/beanie/Makefile +++ b/finance/beanie/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= dtynan@kalopa.com COMMENT= Beanie is a fully-fledged accounting and payroll system -LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 BUILD_DEPENDS= dbow:${PORTSDIR}/databases/dbow MAKE_JOBS_UNSAFE= yes diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile index 71cba87f0f46..867e27919c9b 100644 --- a/finance/skrooge/Makefile +++ b/finance/skrooge/Makefile @@ -11,10 +11,10 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KDE4 personal finance manager BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -LIB_DEPENDS= ofx:${PORTSDIR}/finance/libofx \ - qca:${PORTSDIR}/devel/qca \ - grantlee_gui:${PORTSDIR}/devel/grantlee \ - kactivities:${PORTSDIR}/x11/kactivities +LIB_DEPENDS= libofx.so:${PORTSDIR}/finance/libofx \ + libqca.so:${PORTSDIR}/devel/qca \ + libgrantlee_gui.so:${PORTSDIR}/devel/grantlee \ + libkactivities.so:${PORTSDIR}/x11/kactivities USE_BZIP2= yes USES= cmake:outsource gettext shared-mime-info diff --git a/ftp/R-cran-RCurl/Makefile b/ftp/R-cran-RCurl/Makefile index 62347858bb09..c10a8a9ee62c 100644 --- a/ftp/R-cran-RCurl/Makefile +++ b/ftp/R-cran-RCurl/Makefile @@ -14,7 +14,7 @@ LICENSE= BSD BUILD_DEPENDS= curl-config:${PORTSDIR}/ftp/curl RUN_DEPENDS= R-cran-bitops>0:${PORTSDIR}/devel/R-cran-bitops -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl USES= cran:auto-plist diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index 688f670d24d7..b920cca192db 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -16,7 +16,7 @@ COMMENT= Free role playing game LICENSE= GPLv2 LICENSE_DISTFILES= ${DISTFILES} -LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ +LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ libfreetype.so:${PORTSDIR}/print/freetype2 USE_SDL= mixer ttf sdl diff --git a/games/alienarena/Makefile b/games/alienarena/Makefile index 01d69813dfb1..d6ebd1cc37a9 100644 --- a/games/alienarena/Makefile +++ b/games/alienarena/Makefile @@ -53,11 +53,11 @@ NO_STAGE= yes .if ${PORT_OPTIONS:MCLIENT} USES+= openal:soft,alut pkgconfig -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl \ libfreetype.so:${PORTSDIR}/print/freetype2 \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - vorbis.4:${PORTSDIR}/audio/libvorbis + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libvorbis.so:${PORTSDIR}/audio/libvorbis USE_GL= yes USE_XORG= xxf86dga xxf86vm .endif diff --git a/games/balazar/Makefile b/games/balazar/Makefile index 19a33cac35c8..949248f97796 100644 --- a/games/balazar/Makefile +++ b/games/balazar/Makefile @@ -11,7 +11,7 @@ DISTNAME= Balazar-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= 3D adventure and roleplaying game -LIB_DEPENDS= cal3d.12:${PORTSDIR}/graphics/cal3d \ +LIB_DEPENDS= libcal3d.so:${PORTSDIR}/graphics/cal3d \ libfreetype.so:${PORTSDIR}/print/freetype2 RUN_DEPENDS= soya_editor:${PORTSDIR}/graphics/py-soya3d \ ${PYTHON_SITELIBDIR}/_openal.so:${PORTSDIR}/audio/py-openal \ diff --git a/games/balazarbrothers/Makefile b/games/balazarbrothers/Makefile index b8ed1b833e75..f23ae89f97d8 100644 --- a/games/balazarbrothers/Makefile +++ b/games/balazarbrothers/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME:S/b/B/g}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Balazar Brother is a free software 3D puzzle game -LIB_DEPENDS= cal3d.12:${PORTSDIR}/graphics/cal3d \ +LIB_DEPENDS= libcal3d.so:${PORTSDIR}/graphics/cal3d \ libfreetype.so:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cerealizer/__init__.py:${PORTSDIR}/security/py-cerealizer \ ${PYTHON_SITELIBDIR}/soya/__init__.py:${PORTSDIR}/graphics/py-soya3d \ diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index 858534465a83..1c7fb1aa695d 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -12,7 +12,7 @@ DISTNAME= CriticalMass-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= SDL/OpenGL space shoot\'em up game -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png CONFLICTS= shaaft-[0-9]* diff --git a/games/dangerdeep/Makefile b/games/dangerdeep/Makefile index f0c2c11369ec..a803620b00c2 100644 --- a/games/dangerdeep/Makefile +++ b/games/dangerdeep/Makefile @@ -12,8 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Open source World War II German submarine simulation BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons -LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ - execinfo.1:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/maps/default.xml:${PORTSDIR}/games/dangerdeep-data MAKE_ENV= X11BASE=${LOCALBASE} diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index 69e579a2df85..21efd498af6f 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -15,7 +15,7 @@ COMMENT= Duke Nukem 3D Port based on JFDuke and EDuke LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/GNU.TXT -LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo USES= gmake USE_CSTD= gnu89 @@ -55,7 +55,7 @@ RUN_DEPENDS+= timidity:${PORTSDIR}/audio/timidity .endif .if ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis .endif post-patch: diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index 85836c5dd08b..e6eda3e25db8 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://foobillard.sunsite.dk/dnl/ MAINTAINER= thomas@bsdunix.ch COMMENT= Free OpenGL billiards game -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 OPTIONS_DEFINE= SDL NVIDIA_BUMPREF diff --git a/games/frobtads/Makefile b/games/frobtads/Makefile index 094abbd8a903..c65c40dbceb7 100644 --- a/games/frobtads/Makefile +++ b/games/frobtads/Makefile @@ -11,8 +11,8 @@ MASTER_SITES= http://www.tads.org/${PORTNAME}/ \ MAINTAINER= kaiwang27@gmail.com COMMENT= TADS interpreter and the compilers for both TADS 2 and 3 -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo CONFLICTS= tads-2.* diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index 4f33c76c4c93..95c34b7773d7 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -16,9 +16,9 @@ LICENSE= GPLv3 BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison RUN_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - gtkextra-x11-2.0.1:${PORTSDIR}/x11-toolkits/gtkextra2 \ - gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libgtkextra-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtkextra2 \ + libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext OPTIONS_DEFINE= ESOUND NLS OPTIONS_DEFAULT=ESOUND NLS diff --git a/games/imaze/Makefile b/games/imaze/Makefile index 12c97617e6af..c35d0c1cfeac 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -53,7 +53,7 @@ TOOLKIT= motif .endif .if ${PORT_OPTIONS:MXVIEW} -LIB_DEPENDS+= xview:${PORTSDIR}/x11-toolkits/xview +LIB_DEPENDS+= libxview.so:${PORTSDIR}/x11-toolkits/xview TOOLKIT= xview .endif diff --git a/games/joequake/Makefile b/games/joequake/Makefile index c90cb14a1da3..75c1f1ddda06 100644 --- a/games/joequake/Makefile +++ b/games/joequake/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Improved NQ engine with ZQuake and FuhQuake graphical effects -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/src @@ -38,7 +38,7 @@ NO_STAGE= yes .if ${PORT_OPTIONS:MOPENGL} USE_GL= yes -LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg ALL_TARGET+= glx PLIST_SUB+= GLX="" .else diff --git a/games/lbreakout2/Makefile b/games/lbreakout2/Makefile index 89242dd1b020..ece3d46e6be6 100644 --- a/games/lbreakout2/Makefile +++ b/games/lbreakout2/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/lgames/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The polished successor to LBreakout -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USE_SDL= mixer net sdl USES= gmake diff --git a/games/mangband/Makefile b/games/mangband/Makefile index 388461e9e1b2..0da8a4816fd6 100644 --- a/games/mangband/Makefile +++ b/games/mangband/Makefile @@ -33,14 +33,14 @@ CONFIGURE_ARGS+= --without-gcu .endif .if ${PORT_OPTIONS:MX11} -LIB_DEPENDS+= X11.6:${PORTSDIR}/x11/libX11 +LIB_DEPENDS+= libX11.so:${PORTSDIR}/x11/libX11 CONFIGURE_ARGS+= --with-x11 .else CONFIGURE_ARGS+= --without-x11 .endif .if ${PORT_OPTIONS:MSDL} -LIB_DEPENDS+= SDL-1.2:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS+= libSDL-1.2.so:${PORTSDIR}/devel/sdl12 CONFIGURE_ARGS+= --with-sdl .else CONFIGURE_ARGS+= --without-sdl diff --git a/games/ninix-aya/Makefile b/games/ninix-aya/Makefile index 07fe07afee40..076a22da2347 100644 --- a/games/ninix-aya/Makefile +++ b/games/ninix-aya/Makefile @@ -15,7 +15,7 @@ COMMENT= Ninix-aya is a compatible with desktop mascot program "Ukagaka" LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ ${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet \ ${PYNUMPY} \ diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile index d89f114b38be..7f2ae60701aa 100644 --- a/games/ufoai/Makefile +++ b/games/ufoai/Makefile @@ -12,14 +12,14 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Strategy game featuring tactical combat -LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - curl:${PORTSDIR}/ftp/curl \ - execinfo:${PORTSDIR}/devel/libexecinfo \ - theora.0:${PORTSDIR}/multimedia/libtheora \ - xvidcore.4:${PORTSDIR}/multimedia/xvid \ - mxml:${PORTSDIR}/textproc/mxml +LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libtheora.so:${PORTSDIR}/multimedia/libtheora \ + libxvidcore.so:${PORTSDIR}/multimedia/xvid \ + libmxml.so:${PORTSDIR}/textproc/mxml BUILD_DEPENDS= ${LOCALBASE}/include/mxml.h:${PORTSDIR}/textproc/mxml RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/base/default.cfg:${PORTSDIR}/games/ufoai-data diff --git a/games/vultures-eye/Makefile b/games/vultures-eye/Makefile index 8141110e357c..678f6808cf77 100644 --- a/games/vultures-eye/Makefile +++ b/games/vultures-eye/Makefile @@ -12,7 +12,7 @@ DISTFILES= ${DISTNAME}-full${EXTRACT_SUFX}?format=raw MAINTAINER= ports@FreeBSD.org COMMENT= Graphical interface for NetHack 3.4.3 forked from Falcon's Eye -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} diff --git a/games/xblackjack/Makefile b/games/xblackjack/Makefile index 78b3a919d12f..cbf9e2783e03 100644 --- a/games/xblackjack/Makefile +++ b/games/xblackjack/Makefile @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= X11/Motif blackjack game -LIB_DEPENDS= Xm:${PORTSDIR}/x11-toolkits/lesstif +LIB_DEPENDS= libXm.so:${PORTSDIR}/x11-toolkits/lesstif USES= imake USE_XORG= x11 xext xp xt xmu diff --git a/games/xmine/Makefile b/games/xmine/Makefile index bf58db82817a..85bec0f5a896 100644 --- a/games/xmine/Makefile +++ b/games/xmine/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-Xaw MAINTAINER= joerg@FreeBSD.org COMMENT= The `Athena' port of the xminesweeper game -LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d USES= imake USE_XORG= x11 xaw xext xmu xt xpm sm ice diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 5c9154ea7c84..cf44f7a957be 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -11,8 +11,8 @@ DISTFILES= ${DISTNAME}-demo.tgz ${DISTNAME}-doc.tgz ${DISTNAME}-src.tgz MAINTAINER= ports@FreeBSD.org COMMENT= The EZ Widget and Graphics Library -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ + libpng15.so:${PORTSDIR}/graphics/png USE_XORG= x11 xext USE_LDCONFIG= yes diff --git a/graphics/R-cran-png/Makefile b/graphics/R-cran-png/Makefile index d97ae7c8b86c..ec7cefcc9b9b 100644 --- a/graphics/R-cran-png/Makefile +++ b/graphics/R-cran-png/Makefile @@ -13,7 +13,7 @@ COMMENT= Read and write PNG images LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USES= cran:auto-plist diff --git a/graphics/epeg/Makefile b/graphics/epeg/Makefile index 14bfb53bd65b..c4582d4b78de 100644 --- a/graphics/epeg/Makefile +++ b/graphics/epeg/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ MAINTAINER= bf@FreeBSD.org COMMENT= Immensely fast JPEG thumbnailing library -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes USE_BZIP2= yes diff --git a/graphics/exiftran/Makefile b/graphics/exiftran/Makefile index 38aa602c7c53..246071bc4f15 100644 --- a/graphics/exiftran/Makefile +++ b/graphics/exiftran/Makefile @@ -11,8 +11,8 @@ MASTER_SITES= http://www.kraxel.org/releases/fbida/ MAINTAINER= mm@FreeBSD.org COMMENT= Command line utility to transform jpeg files -LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ - jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ + libjpeg.so:${PORTSDIR}/graphics/jpeg LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gdtclft/Makefile b/graphics/gdtclft/Makefile index d062de43b5f0..af7d88ad93a9 100644 --- a/graphics/gdtclft/Makefile +++ b/graphics/gdtclft/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= mi@aldan.algebra.com COMMENT= TCL interface to the Thomas Boutell's Gd library -LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd +LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd USES= tcl:84+ uidfix diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile index 22d7db876025..7590097be0b7 100644 --- a/graphics/gif2png/Makefile +++ b/graphics/gif2png/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.catb.org/~esr/gif2png/ MAINTAINER= saper@saper.info COMMENT= Converts GIF images to a PNG format -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USE_PYTHON_RUN= yes GNU_CONFIGURE= yes diff --git a/graphics/gimp-data-extras/Makefile b/graphics/gimp-data-extras/Makefile index 7b3197a4ad74..b0fe8aacf039 100644 --- a/graphics/gimp-data-extras/Makefile +++ b/graphics/gimp-data-extras/Makefile @@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= gimp/extras/ MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of additional brushes and patterns files for GIMP -LIB_DEPENDS= gimp-2.0.0:${PORTSDIR}/graphics/gimp-app +LIB_DEPENDS= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app USES= pkgconfig USE_BZIP2= yes diff --git a/graphics/gle-graphics/Makefile b/graphics/gle-graphics/Makefile index 3a4abac03fd8..3f708353255f 100644 --- a/graphics/gle-graphics/Makefile +++ b/graphics/gle-graphics/Makefile @@ -36,9 +36,9 @@ post-patch: .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBITMAP_IMAGES} -LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - tiffxx.4:${PORTSDIR}/graphics/tiff +LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libtiffxx.so:${PORTSDIR}/graphics/tiff CONFIGURE_ARGS+= --with-jpeg=${LOCALBASE} --with-tiff=${LOCALBASE} --with-png=${LOCALBASE} .else CONFIGURE_ARGS+= --with-jpeg=no --with-png=no -with-tiff=no diff --git a/graphics/gpsmanshp/Makefile b/graphics/gpsmanshp/Makefile index ebc1a69e892e..40d3c05ca3ba 100644 --- a/graphics/gpsmanshp/Makefile +++ b/graphics/gpsmanshp/Makefile @@ -13,8 +13,8 @@ MAINTAINER= jhay@FreeBSD.org COMMENT= Shapelib support for gpsman RUN_DEPENDS= gpsman:${PORTSDIR}/astro/gpsman -LIB_DEPENDS= shp.1:${PORTSDIR}/devel/shapelib \ - tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//} +LIB_DEPENDS= libshp.so:${PORTSDIR}/devel/shapelib \ + libtcl${TCLVERSION:S/.//}.so:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//} TCLVERSION?= 8.4 PLIST_SUB= TCLVERSION=${TCLVERSION} PORTVERSION=${PORTVERSION} diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile index a26db9f2b604..0d85ad6da9e8 100644 --- a/graphics/icoutils/Makefile +++ b/graphics/icoutils/Makefile @@ -11,7 +11,7 @@ COMMENT= Convert/extract images in Microsoft Windows(R) icon/cursor files LICENSE= GPLv3 -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png OPTIONS_DEFINE= RESSCRIPTS RESSCRIPTS_DESC= PERL resource scripts diff --git a/graphics/jpgtn/Makefile b/graphics/jpgtn/Makefile index 07c4d62466e6..491f640a3414 100644 --- a/graphics/jpgtn/Makefile +++ b/graphics/jpgtn/Makefile @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= apps/graphics/misc MAINTAINER= ports@FreeBSD.org COMMENT= Creates thumbnails of JPEG images -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libjpeg=${LOCALBASE} diff --git a/graphics/libexif-gtk/Makefile b/graphics/libexif-gtk/Makefile index 02a29241dcc2..875b49c74b21 100644 --- a/graphics/libexif-gtk/Makefile +++ b/graphics/libexif-gtk/Makefile @@ -12,7 +12,7 @@ COMMENT= GTK+ widgets to display/edit EXIF tags LICENSE= LGPL21 -LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif USES= pathfix pkgconfig USE_GNOME= gtk20 diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile index 324114e44a4c..a9c91e1f8c86 100644 --- a/graphics/libqrencode/Makefile +++ b/graphics/libqrencode/Makefile @@ -11,7 +11,7 @@ DISTNAME= qrencode-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org COMMENT= C library for encoding data in a QR Code symbol -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USES= pathfix pkgconfig USE_LDCONFIG= yes diff --git a/graphics/libsvg-cairo/Makefile b/graphics/libsvg-cairo/Makefile index 2f86049bc938..f76288e15f6e 100644 --- a/graphics/libsvg-cairo/Makefile +++ b/graphics/libsvg-cairo/Makefile @@ -11,9 +11,9 @@ MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= gnome@FreeBSD.org COMMENT= SVG rendering library -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - svg:${PORTSDIR}/graphics/libsvg \ - cairo:${PORTSDIR}/graphics/cairo +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libsvg.so:${PORTSDIR}/graphics/libsvg \ + libcairo.so:${PORTSDIR}/graphics/cairo USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes diff --git a/graphics/libsvg/Makefile b/graphics/libsvg/Makefile index e763c5cd02ba..0bd40f152773 100644 --- a/graphics/libsvg/Makefile +++ b/graphics/libsvg/Makefile @@ -11,9 +11,9 @@ MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= gnome@FreeBSD.org COMMENT= Parser for SVG content in files or buffers -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - png15:${PORTSDIR}/graphics/png \ - jpeg.11:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libpng15.so:${PORTSDIR}/graphics/png \ + libjpeg.so:${PORTSDIR}/graphics/jpeg USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes diff --git a/graphics/megapov/Makefile b/graphics/megapov/Makefile index 380341683295..ce9616448f02 100644 --- a/graphics/megapov/Makefile +++ b/graphics/megapov/Makefile @@ -11,9 +11,9 @@ MAINTAINER= maho@FreeBSD.org COMMENT= Unofficial extensions of POV-Ray RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray-meta -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - jpeg:${PORTSDIR}/graphics/jpeg \ - tiff:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libtiff.so:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -30,7 +30,7 @@ NO_STAGE= yes .include <bsd.port.pre.mk> .if (${ARCH} == "i386") -LIB_DEPENDS+= vga:${PORTSDIR}/graphics/svgalib +LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib .endif .if defined(WITH_OPTIMIZED_FLAGS) diff --git a/graphics/mscgen/Makefile b/graphics/mscgen/Makefile index 3a5ee3102160..4bb0dba0142a 100644 --- a/graphics/mscgen/Makefile +++ b/graphics/mscgen/Makefile @@ -19,14 +19,14 @@ OPTIONS_DEFAULT=FREETYPE PNG .if ${PORT_OPTIONS:MFREETYPE} CONFIGURE_ARGS+=--with-freetype -LIB_DEPENDS+= freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2 .else CONFIGURE_ARGS+=--without-freetype .endif .if ${PORT_OPTIONS:MPNG} CONFIGURE_ARGS+=--with-png -LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd +LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd .else CONFIGURE_ARGS+=--without-png .endif diff --git a/graphics/p5-Geo-Proj4/Makefile b/graphics/p5-Geo-Proj4/Makefile index e0520d3cf4e1..200f525daf9f 100644 --- a/graphics/p5-Geo-Proj4/Makefile +++ b/graphics/p5-Geo-Proj4/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Perl cartographic projections wrapper for Proj library -LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj +LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj CONFIGURE_ENV= GEOPROJ_FWTOOLS_DIR=${LOCALBASE} MAKE_ENV= INC=-I${LOCALBASE}/include diff --git a/graphics/p5-Image-Scale/Makefile b/graphics/p5-Image-Scale/Makefile index 944afc4022ba..3201ffaf07be 100644 --- a/graphics/p5-Image-Scale/Makefile +++ b/graphics/p5-Image-Scale/Makefile @@ -13,9 +13,9 @@ COMMENT= Perl module for fast, high-quality fixed-point image resizing LICENSE= GPLv2 -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - gif:${PORTSDIR}/graphics/giflib +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libgif.so:${PORTSDIR}/graphics/giflib TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings USES= perl5 diff --git a/graphics/p5-Imager/Makefile b/graphics/p5-Imager/Makefile index d52e5089bef1..7708789a90ba 100644 --- a/graphics/p5-Imager/Makefile +++ b/graphics/p5-Imager/Makefile @@ -15,12 +15,12 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Devel-CheckLib>=0:${PORTSDIR}/devel/p5-Devel-CheckLib -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ - gif:${PORTSDIR}/graphics/giflib \ - jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - t1:${PORTSDIR}/devel/t1lib \ - tiff:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ + libgif.so:${PORTSDIR}/graphics/giflib \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libt1.so:${PORTSDIR}/devel/t1lib \ + libtiff.so:${PORTSDIR}/graphics/tiff TEST_DEPENDS= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta \ p5-Inline>=0:${PORTSDIR}/devel/p5-Inline diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index ff4cc68ec6c0..72e81eb9f19e 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -13,7 +13,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 extension which makes available the pgplot library BUILD_DEPENDS= p5-ExtUtils-F77>=1.13:${PORTSDIR}/lang/p5-ExtUtils-F77 -LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot +LIB_DEPENDS= libpgplot.so:${PORTSDIR}/graphics/pgplot INSTALL_TARGET= pure_install SCRIPTS_ENV= PERL=${PERL} diff --git a/graphics/passepartout/Makefile b/graphics/passepartout/Makefile index c8781b2e2097..cf57611fc335 100644 --- a/graphics/passepartout/Makefile +++ b/graphics/passepartout/Makefile @@ -14,9 +14,9 @@ COMMENT= DTP application for X BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ docbook2html:${PORTSDIR}/textproc/docbook-utils \ - ${LOCALBASE}/share/sgml/docbook/4.1:${PORTSDIR}/textproc/docbook-sgml -LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \ - gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26 + ${LOCALBASE}/share/sgml/docbook/4.1:${PORTSDIR}/textproc/docbook-sgml +LIB_DEPENDS= libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \ + libgnomecanvasmm-2.6.so:${PORTSDIR}/graphics/libgnomecanvasmm26 RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt USE_BZIP2= yes diff --git a/graphics/pecl-qrencode/Makefile b/graphics/pecl-qrencode/Makefile index 06252de7bd6f..76bf45281bae 100644 --- a/graphics/pecl-qrencode/Makefile +++ b/graphics/pecl-qrencode/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= PECL MAINTAINER= vanilla@FreeBSD.org COMMENT= PECL extension for generate qrcode -LIB_DEPENDS= qrencode.3:${PORTSDIR}/graphics/libqrencode +LIB_DEPENDS= libqrencode.so:${PORTSDIR}/graphics/libqrencode USE_PHP= yes USE_PHPEXT= yes diff --git a/graphics/povray31/Makefile b/graphics/povray31/Makefile index 9086dd9f2dd8..d51efb45df7a 100644 --- a/graphics/povray31/Makefile +++ b/graphics/povray31/Makefile @@ -17,7 +17,7 @@ DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX} MAINTAINER= bkoenig@alpha-tierchen.de COMMENT= Persistence of Vision Ray Tracer -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png OPTIONS_DEFINE= X11 OPTIONS_DEFAULT= X11 diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index 57e3d56dfae7..ef1a8dd4a772 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/Makefile @@ -18,9 +18,9 @@ COMMENT= Persistence of Vision Ray Tracer .if defined(WITH_ICC) BUILD_DEPENDS= ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc .endif -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff \ - jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libjpeg.so:${PORTSDIR}/graphics/jpeg USE_XORG= x11 USES= gmake tar:bzip2 @@ -31,7 +31,7 @@ NO_STAGE= yes .include <bsd.port.pre.mk> .if (${ARCH} == "i386") -LIB_DEPENDS+= vga:${PORTSDIR}/graphics/svgalib +LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib .endif .if defined(WITH_OPTIMIZED_FLAGS) |
