diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 04:06:09 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 04:06:09 +0000 |
commit | 7b4bd4a80491d96a69c6b5140f72ba05e647faa0 (patch) | |
tree | a90a9a699b5e9ffdd10ba54dc95d5362c04d562f /biology | |
parent | 847fda614b43d80af99690cf538e97adf1250a0c (diff) | |
download | pkgsrc-7b4bd4a80491d96a69c6b5140f72ba05e647faa0.tar.gz |
Convert to buildlink3 and correct a spelling error in DESCR.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/hmmer/DESCR | 2 | ||||
-rw-r--r-- | biology/hmmer/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/biology/hmmer/DESCR b/biology/hmmer/DESCR index fe451f2ada7..579feb85d30 100644 --- a/biology/hmmer/DESCR +++ b/biology/hmmer/DESCR @@ -1,6 +1,6 @@ HMMER is an implementation of profile HMM methods for sensitive database searches using multiple sequence alignments as queries. HMMER takes -multiple sequence alignement as input and builds statistical model +multiple sequence alignment as input and builds statistical model called "Hidden Markov Model" which can be used as a query into a sequence database to find and/or align additional homologues of the sequence family. diff --git a/biology/hmmer/Makefile b/biology/hmmer/Makefile index f626eb4de5e..4ce47591ac9 100644 --- a/biology/hmmer/Makefile +++ b/biology/hmmer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/01/20 12:08:40 agc Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/11 04:06:09 snj Exp $ # DISTNAME= hmmer-2.3.1 @@ -10,7 +10,7 @@ HOMEPAGE= http://hmmer.wustl.edu/ COMMENT= Implementation of profile HMM software for protein sequence analysis WRKSRC= ${WRKDIR}/hmmer-2.3.1 -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" |