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/emboss | |
parent | 31f779fa09467bfcb2c12e2ad95525a75e526bc8 (diff) | |
download | freebsd-ports-99a390f50bab457f60aec3050c18c4b5c5fb7023.zip |
o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries
(to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).
PR: ports/54100
Submitted by: Ports Fury
Diffstat (limited to 'biology/emboss')
-rw-r--r-- | biology/emboss/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |