diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 18:16:14 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 18:16:14 +0000 |
commit | 99a390f50bab457f60aec3050c18c4b5c5fb7023 (patch) | |
tree | fb6e1d6bcf31a0efb7675597b7fa4f423710c0bb /biology | |
parent | 31f779fa09467bfcb2c12e2ad95525a75e526bc8 (diff) | |
download | ports-99a390f50bab457f60aec3050c18c4b5c5fb7023.tar.gz ports-99a390f50bab457f60aec3050c18c4b5c5fb7023.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/emboss/Makefile | 3 | ||||
-rw-r--r-- | biology/genpak/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile index c847e0ad7627..13b9cc4c2341 100644 --- a/biology/emboss/Makefile +++ b/biology/emboss/Makefile @@ -7,6 +7,7 @@ PORTNAME= emboss PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.uk.embnet.org/pub/EMBOSS/old/ \ ftp://ftp.es.embnet.org/pub/software/emboss/EMBOSS/ \ @@ -18,7 +19,7 @@ EXTRACT_ONLY= ${PORTNAME:U}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= wjv@FreeBSD.org COMMENT= A collection of open source tools for genetic sequence analysis -LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2 USE_SUBMAKE= yes USE_GMAKE= yes diff --git a/biology/genpak/Makefile b/biology/genpak/Makefile index 74c8fdb151fe..bbe6849ae57f 100644 --- a/biology/genpak/Makefile +++ b/biology/genpak/Makefile @@ -8,6 +8,7 @@ PORTNAME= genpak PORTVERSION= 0.26 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://www.bioinformatics.org/genpak/download/ DISTNAME= gp-${PORTVERSION} @@ -16,8 +17,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= GP is a set of small utilities to manipulate DNA sequences -LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ - png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2 USE_GMAKE= yes MAKE_ENV= GMAKE="${GMAKE}" MANPREFIX="${MANPREFIX}" |