diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-25 22:58:29 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-25 22:58:29 +0000 |
commit | 527595300432c6d91e8993efb3ed5551b9e589c0 (patch) | |
tree | d8b3b1c3d904bea9010aece73b6373137a0fc8f7 /biology | |
parent | 3b1950174468942bd06f5248d30f7bb16ac740f6 (diff) | |
download | ports-527595300432c6d91e8993efb3ed5551b9e589c0.tar.gz ports-527595300432c6d91e8993efb3ed5551b9e589c0.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/hmmer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/hmmer/Makefile b/biology/hmmer/Makefile index c4e8f4a422ac..9227c5d51a31 100644 --- a/biology/hmmer/Makefile +++ b/biology/hmmer/Makefile @@ -22,7 +22,7 @@ EXAMPLES= 7LES_DROME amino.null globins50.msf nucleic.pri rrm.sto \ Artemia.fa amino.pri globins630.fa pkinase.sto RU1A_HUMAN \ fn3.sto nucleic.null rrm.hmm MAN1= hmmalign.1 hmmbuild.1 hmmcalibrate.1 hmmconvert.1 hmmemit.1 \ - hmmer.1 hmmfetch.1 hmmindex.1 hmmpfam.1 hmmsearch.1 + hmmer.1 hmmfetch.1 hmmindex.1 hmmpfam.1 hmmsearch.1 .if defined(WITH_PVM) CONFIGURE_ENV+= PVM_ROOT="${LOCALBASE}/lib/pvm" PVM_ARCH="FREEBSD" |