Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2014 23:23:25 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361727 - in head: emulators/raine emulators/snes9x-gtk emulators/stella emulators/tpm-emulator emulators/vba emulators/wxmupen64plus emulators/xsystem35 finance/beanie finance/skrooge ...
Message-ID:  <201407132323.s6DNNPs3067912@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jul 13 23:23:25 2014
New Revision: 361727
URL: http://svnweb.freebsd.org/changeset/ports/361727
QAT: https://qat.redports.org/buildarchive/r361727/

Log:
  Modernize LIB_DEPENDS
  
  With hat:	portmgr

Modified:
  head/emulators/raine/Makefile
  head/emulators/snes9x-gtk/Makefile
  head/emulators/stella/Makefile
  head/emulators/tpm-emulator/Makefile
  head/emulators/vba/Makefile
  head/emulators/wxmupen64plus/Makefile
  head/emulators/xsystem35/Makefile
  head/finance/beanie/Makefile
  head/finance/skrooge/Makefile
  head/ftp/R-cran-RCurl/Makefile
  head/games/adonthell/Makefile
  head/games/alienarena/Makefile
  head/games/balazar/Makefile
  head/games/balazarbrothers/Makefile
  head/games/criticalmass/Makefile
  head/games/dangerdeep/Makefile
  head/games/eduke32/Makefile
  head/games/foobillard/Makefile
  head/games/frobtads/Makefile
  head/games/gnubg/Makefile
  head/games/imaze/Makefile
  head/games/joequake/Makefile
  head/games/lbreakout2/Makefile
  head/games/mangband/Makefile
  head/games/ninix-aya/Makefile
  head/games/ufoai/Makefile
  head/games/vultures-eye/Makefile
  head/games/xblackjack/Makefile
  head/games/xmine/Makefile
  head/graphics/EZWGL/Makefile
  head/graphics/R-cran-png/Makefile
  head/graphics/epeg/Makefile
  head/graphics/exiftran/Makefile
  head/graphics/gdtclft/Makefile
  head/graphics/gif2png/Makefile
  head/graphics/gimp-data-extras/Makefile
  head/graphics/gle-graphics/Makefile
  head/graphics/gpsmanshp/Makefile
  head/graphics/icoutils/Makefile
  head/graphics/jpgtn/Makefile
  head/graphics/libexif-gtk/Makefile
  head/graphics/libqrencode/Makefile
  head/graphics/libsvg-cairo/Makefile
  head/graphics/libsvg/Makefile
  head/graphics/megapov/Makefile
  head/graphics/mscgen/Makefile
  head/graphics/p5-Geo-Proj4/Makefile
  head/graphics/p5-Image-Scale/Makefile
  head/graphics/p5-Imager/Makefile
  head/graphics/p5-PGPLOT/Makefile
  head/graphics/passepartout/Makefile
  head/graphics/pecl-qrencode/Makefile
  head/graphics/povray31/Makefile
  head/graphics/povray36/Makefile

Modified: head/emulators/raine/Makefile
==============================================================================
--- head/emulators/raine/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/emulators/raine/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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}
 

Modified: head/emulators/snes9x-gtk/Makefile
==============================================================================
--- head/emulators/snes9x-gtk/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/emulators/snes9x-gtk/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/emulators/stella/Makefile
==============================================================================
--- head/emulators/stella/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/emulators/stella/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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}
 

Modified: head/emulators/tpm-emulator/Makefile
==============================================================================
--- head/emulators/tpm-emulator/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/emulators/tpm-emulator/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -13,7 +13,7 @@ COMMENT=	Trusted Platform Module (TPM) e
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp
+LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
 
 CONFLICTS=	trousers-tddl-[0-9]*
 

Modified: head/emulators/vba/Makefile
==============================================================================
--- head/emulators/vba/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/emulators/vba/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -14,7 +14,7 @@ COMMENT=	Open source Gameboy Advance emu
 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

Modified: head/emulators/wxmupen64plus/Makefile
==============================================================================
--- head/emulators/wxmupen64plus/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/emulators/wxmupen64plus/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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 \

Modified: head/emulators/xsystem35/Makefile
==============================================================================
--- head/emulators/xsystem35/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/emulators/xsystem35/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -12,8 +12,8 @@ COMMENT=	AliceSoft System 3.5/3.6/3.8/3.
 
 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
 

Modified: head/finance/beanie/Makefile
==============================================================================
--- head/finance/beanie/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/finance/beanie/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/finance/skrooge/Makefile
==============================================================================
--- head/finance/skrooge/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/finance/skrooge/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/ftp/R-cran-RCurl/Makefile
==============================================================================
--- head/ftp/R-cran-RCurl/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/ftp/R-cran-RCurl/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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
 

Modified: head/games/adonthell/Makefile
==============================================================================
--- head/games/adonthell/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/adonthell/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/games/alienarena/Makefile
==============================================================================
--- head/games/alienarena/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/alienarena/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/games/balazar/Makefile
==============================================================================
--- head/games/balazar/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/balazar/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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 \

Modified: head/games/balazarbrothers/Makefile
==============================================================================
--- head/games/balazarbrothers/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/balazarbrothers/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME:S/b/B/g}-${PORTVERS
 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 \

Modified: head/games/criticalmass/Makefile
==============================================================================
--- head/games/criticalmass/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/criticalmass/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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]*
 

Modified: head/games/dangerdeep/Makefile
==============================================================================
--- head/games/dangerdeep/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/dangerdeep/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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}

Modified: head/games/eduke32/Makefile
==============================================================================
--- head/games/eduke32/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/eduke32/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -15,7 +15,7 @@ COMMENT=	Duke Nukem 3D Port based on JFD
 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
 .endif
 
 .if ${PORT_OPTIONS:MVORBIS}
-LIB_DEPENDS+=	vorbis.4:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+=	libvorbis.so:${PORTSDIR}/audio/libvorbis
 .endif
 
 post-patch:

Modified: head/games/foobillard/Makefile
==============================================================================
--- head/games/foobillard/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/foobillard/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://foobillard.sunsite.
 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

Modified: head/games/frobtads/Makefile
==============================================================================
--- head/games/frobtads/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/frobtads/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -11,8 +11,8 @@ MASTER_SITES=	http://www.tads.org/${PORT
 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.*
 

Modified: head/games/gnubg/Makefile
==============================================================================
--- head/games/gnubg/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/gnubg/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/games/imaze/Makefile
==============================================================================
--- head/games/imaze/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/imaze/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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
 

Modified: head/games/joequake/Makefile
==============================================================================
--- head/games/joequake/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/joequake/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/games/lbreakout2/Makefile
==============================================================================
--- head/games/lbreakout2/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/lbreakout2/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/lgames/${PORTNAME}/${PO
 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

Modified: head/games/mangband/Makefile
==============================================================================
--- head/games/mangband/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/mangband/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/games/ninix-aya/Makefile
==============================================================================
--- head/games/ninix-aya/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/ninix-aya/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -15,7 +15,7 @@ COMMENT=	Ninix-aya is a compatible with 
 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} \

Modified: head/games/ufoai/Makefile
==============================================================================
--- head/games/ufoai/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/ufoai/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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
 

Modified: head/games/vultures-eye/Makefile
==============================================================================
--- head/games/vultures-eye/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/vultures-eye/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -12,7 +12,7 @@ DISTFILES=	${DISTNAME}-full${EXTRACT_SUF
 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}
 

Modified: head/games/xblackjack/Makefile
==============================================================================
--- head/games/xblackjack/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/xblackjack/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/games/xmine/Makefile
==============================================================================
--- head/games/xmine/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/games/xmine/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/graphics/EZWGL/Makefile
==============================================================================
--- head/graphics/EZWGL/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/EZWGL/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -11,8 +11,8 @@ DISTFILES=	${DISTNAME}-demo.tgz ${DISTNA
 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

Modified: head/graphics/R-cran-png/Makefile
==============================================================================
--- head/graphics/R-cran-png/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/R-cran-png/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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
 

Modified: head/graphics/epeg/Makefile
==============================================================================
--- head/graphics/epeg/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/epeg/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -12,7 +12,7 @@ MASTER_SITES=	ftp://ftp.springdaemons.co
 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

Modified: head/graphics/exiftran/Makefile
==============================================================================
--- head/graphics/exiftran/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/exiftran/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -11,8 +11,8 @@ MASTER_SITES=	http://www.kraxel.org/rele
 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

Modified: head/graphics/gdtclft/Makefile
==============================================================================
--- head/graphics/gdtclft/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/gdtclft/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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
 

Modified: head/graphics/gif2png/Makefile
==============================================================================
--- head/graphics/gif2png/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/gif2png/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://www.catb.org/~esr/g
 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

Modified: head/graphics/gimp-data-extras/Makefile
==============================================================================
--- head/graphics/gimp-data-extras/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/gimp-data-extras/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/graphics/gle-graphics/Makefile
==============================================================================
--- head/graphics/gle-graphics/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/gle-graphics/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/graphics/gpsmanshp/Makefile
==============================================================================
--- head/graphics/gpsmanshp/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/gpsmanshp/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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}

Modified: head/graphics/icoutils/Makefile
==============================================================================
--- head/graphics/icoutils/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/icoutils/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -11,7 +11,7 @@ COMMENT=	Convert/extract images in Micro
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
 
 OPTIONS_DEFINE=	RESSCRIPTS
 RESSCRIPTS_DESC=	PERL resource scripts

Modified: head/graphics/jpgtn/Makefile
==============================================================================
--- head/graphics/jpgtn/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/jpgtn/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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}

Modified: head/graphics/libexif-gtk/Makefile
==============================================================================
--- head/graphics/libexif-gtk/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/libexif-gtk/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -12,7 +12,7 @@ COMMENT=	GTK+ widgets to display/edit EX
 
 LICENSE=	LGPL21
 
-LIB_DEPENDS=	exif:${PORTSDIR}/graphics/libexif
+LIB_DEPENDS=	libexif.so:${PORTSDIR}/graphics/libexif
 
 USES=		pathfix pkgconfig
 USE_GNOME=	gtk20

Modified: head/graphics/libqrencode/Makefile
==============================================================================
--- head/graphics/libqrencode/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/libqrencode/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/graphics/libsvg-cairo/Makefile
==============================================================================
--- head/graphics/libsvg-cairo/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/libsvg-cairo/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -11,9 +11,9 @@ MASTER_SITES=	http://cairographics.org/s
 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

Modified: head/graphics/libsvg/Makefile
==============================================================================
--- head/graphics/libsvg/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/libsvg/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -11,9 +11,9 @@ MASTER_SITES=	http://cairographics.org/s
 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

Modified: head/graphics/megapov/Makefile
==============================================================================
--- head/graphics/megapov/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/megapov/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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)

Modified: head/graphics/mscgen/Makefile
==============================================================================
--- head/graphics/mscgen/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/mscgen/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/graphics/p5-Geo-Proj4/Makefile
==============================================================================
--- head/graphics/p5-Geo-Proj4/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/p5-Geo-Proj4/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/graphics/p5-Image-Scale/Makefile
==============================================================================
--- head/graphics/p5-Image-Scale/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/p5-Image-Scale/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -13,9 +13,9 @@ COMMENT=	Perl module for fast, high-qual
 
 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

Modified: head/graphics/p5-Imager/Makefile
==============================================================================
--- head/graphics/p5-Imager/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/p5-Imager/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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
 

Modified: head/graphics/p5-PGPLOT/Makefile
==============================================================================
--- head/graphics/p5-PGPLOT/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/p5-PGPLOT/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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}

Modified: head/graphics/passepartout/Makefile
==============================================================================
--- head/graphics/passepartout/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/passepartout/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/graphics/pecl-qrencode/Makefile
==============================================================================
--- head/graphics/pecl-qrencode/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/pecl-qrencode/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/graphics/povray31/Makefile
==============================================================================
--- head/graphics/povray31/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/povray31/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -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

Modified: head/graphics/povray36/Makefile
==============================================================================
--- head/graphics/povray36/Makefile	Sun Jul 13 23:21:40 2014	(r361726)
+++ head/graphics/povray36/Makefile	Sun Jul 13 23:23:25 2014	(r361727)
@@ -18,9 +18,9 @@ COMMENT=	Persistence of Vision Ray Trace
 .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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407132323.s6DNNPs3067912>