summaryrefslogtreecommitdiff
path: root/biology/emboss
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-25 19:04:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-25 19:04:25 +0000
commit7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5 (patch)
tree1ab8a61c390fb88b46b924e62465cf67b9cc354f /biology/emboss
parentInclude string.h for memset and memmove declaration (diff)
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Notes
Notes: svn path=/head/; revision=375594
Diffstat (limited to 'biology/emboss')
-rw-r--r--biology/emboss/Makefile4
1 files changed, 2 insertions, 2 deletions
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