aboutsummaryrefslogtreecommitdiff
path: root/biology/emboss
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-08-18 16:15:10 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-08-18 16:15:10 +0000
commitefb928619b234d49b326a13f59a6e2ee354bf902 (patch)
treec62bd82140831e81442480b9cefc699e0c08f08d /biology/emboss
parentdfc14c855f8ec76c9bd42bc90e325a160cc5d6cf (diff)
downloadports-efb928619b234d49b326a13f59a6e2ee354bf902.tar.gz
ports-efb928619b234d49b326a13f59a6e2ee354bf902.zip
o Main modification
graphics/gd(based on 1.8.4) -> graphics/gd1 graphics/gd2(based on 2.0.15) -> graphics/gd graphics/p5-GD(based on 1.41) -> graphics/p5-GD1 graphics/p5-GD2(based on 2.07) -> graphics/p5-GD japanese/gd -> japanese/gd1 japanese/gd2 -> japanese/gd o Include some feature WITH_XPM(w/, w/o WITHOUT_X11) o Chase this modification o Fix build error [1] PR: ports/54540 Submitted by: Ports Fury Approved by: maintainer (blanket) Reported by: bento via kris [1]
Notes
Notes: svn path=/head/; revision=87214
Diffstat (limited to 'biology/emboss')
-rw-r--r--biology/emboss/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile
index f0f1916da216..d68ed70bcb69 100644
--- a/biology/emboss/Makefile
+++ b/biology/emboss/Makefile
@@ -7,10 +7,10 @@
PORTNAME= emboss
PORTVERSION= 2.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= biology
MASTER_SITES= ftp://ftp.uk.embnet.org/pub/EMBOSS/old/ \
- ftp://ftp.es.embnet.org/pub/software/emboss/EMBOSS/ \
+ ftp://ftp.es.embnet.org/pub/software/emboss/EMBOSS/old \
ftp://ftp.ebi.ac.uk/pub/software/unix/EMBOSS/
DISTFILES= ${PORTNAME:U}-${PORTVERSION}${EXTRACT_SUFX}
DIST_SUBDIR= ${PORTNAME}
@@ -19,9 +19,7 @@ EXTRACT_ONLY= ${PORTNAME:U}-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= wjv@FreeBSD.org
COMMENT= A collection of open source tools for genetic sequence analysis
-BROKEN= Checksum mismatch
-
-LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2
+LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
USE_SUBMAKE= yes
USE_GMAKE= yes
@@ -35,7 +33,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/gd" \
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
SCRIPTS_ENV+= WRKDIRPREFIX="${WRKDIRPREFIX}" \
MKDIR="${MKDIR}" RM="${RM}"