aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-12-26 03:04:25 +0800
committerantoine <antoine@FreeBSD.org>2014-12-26 03:04:25 +0800
commit8dc323dc2bd29f0219de5776d0c246c80eba274e (patch)
tree1ab8a61c390fb88b46b924e62465cf67b9cc354f /biology
parent25c80782c536ce329491182eaac8df1c164c4f79 (diff)
downloadfreebsd-ports-gnome-8dc323dc2bd29f0219de5776d0c246c80eba274e.tar.gz
freebsd-ports-gnome-8dc323dc2bd29f0219de5776d0c246c80eba274e.tar.zst
freebsd-ports-gnome-8dc323dc2bd29f0219de5776d0c246c80eba274e.zip
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Diffstat (limited to 'biology')
-rw-r--r--biology/blat/Makefile2
-rw-r--r--biology/emboss/Makefile4
-rw-r--r--biology/protomol/Makefile2
3 files changed, 4 insertions, 4 deletions
diff --git a/biology/blat/Makefile b/biology/blat/Makefile
index c095e0c3cbcf..cac9cb1ba580 100644
--- a/biology/blat/Makefile
+++ b/biology/blat/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}Src${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast tool for local sequence similarity searches
-LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
OPTIONS_DEFINE= DOCS
diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile
index 6a8aeb6cab8a..de1236ddc4a8 100644
--- a/biology/emboss/Makefile
+++ b/biology/emboss/Makefile
@@ -16,7 +16,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= clustalw:${PORTSDIR}/biology/clustalw \
primer3:${PORTSDIR}/biology/primer3
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \
- libpng15.so:${PORTSDIR}/graphics/png
+ libpng.so:${PORTSDIR}/graphics/png
CONFLICTS= qmail-ldap-[0-9]* digest-[0-9]*
@@ -40,7 +40,7 @@ DOCS_CONFIGURE_ON= --with-docroot=${DOCSDIR}
X11_USE= XORG=x11
X11_USES= motif
X11_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \
- libpng15.so:${PORTSDIR}/graphics/png
+ libpng.so:${PORTSDIR}/graphics/png
X11_CONFIGURE_OFF= --without-x
CONFIG_FILE= ${WRKSRC}/emboss/emboss.default.template
diff --git a/biology/protomol/Makefile b/biology/protomol/Makefile
index 4455619e125b..b79eeaab65f5 100644
--- a/biology/protomol/Makefile
+++ b/biology/protomol/Makefile
@@ -12,7 +12,7 @@ EXTRACT_SUFX= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= OO, component based, framework for molecular dynamics (MD) simulations
-LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
+LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
libjpeg.so:${PORTSDIR}/graphics/jpeg \
libtiff.so:${PORTSDIR}/graphics/tiff