diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-08-09 14:05:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-08-09 14:05:52 +0000 |
commit | b83d7bf933421ec67d43832596ab3f5cf5a33532 (patch) | |
tree | 4b54bdffc904e7c6b2e7107151b63bada3f0ecb6 /biology/emboss | |
parent | a851269bfa4538b5ba537c3f91e9eca1a5553fc6 (diff) |
- update libdg to 2.1.0
Notes
Notes:
svn path=/head/; revision=324437
Diffstat (limited to 'biology/emboss')
-rw-r--r-- | biology/emboss/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile index d1dc391d2975..997874ce9309 100644 --- a/biology/emboss/Makefile +++ b/biology/emboss/Makefile @@ -4,7 +4,7 @@ PORTNAME= emboss PORTVERSION= 6.2.0 RELEASE= ${PORTNAME:U}-${PORTVERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology MASTER_SITES= ftp://emboss.open-bio.org/pub/EMBOSS/ DISTNAME= ${RELEASE} @@ -15,7 +15,7 @@ COMMENT= A collection of open source tools for genetic sequence analysis BUILD_DEPENDS= clustalw:${PORTSDIR}/biology/clustalw \ primer3:${PORTSDIR}/biology/primer3 -LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ +LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ png15:${PORTSDIR}/graphics/png CONFLICTS= qmail-ldap-[0-9]* digest-[0-9]* @@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --with-docroot=${DOCSDIR} .if !defined(WITHOUT_X11) USE_XORG= x11 USES+= motif -LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd \ +LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd \ png15:${PORTSDIR}/graphics/png .else CONFIGURE_ARGS+= --without-x |