summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-01-02 00:12:21 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-01-02 00:12:21 +0000
commit4b07f0329bb8cb4cd36d887bc804d953520a5914 (patch)
tree455318a7177e97b36ca92f2c2ec3d06a692c66e5 /biology
parentWhoops. Bump the `required version' field also. (diff)
Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have any
dependencies to perl5 in -current. This might cause some unwanted perl5 installations on -stable (if it was originally RUN_DEPENDS, perl5 will now be installed during build too, etc.), but its lifetime is limited anyway.
Notes
Notes: svn path=/head/; revision=15765
Diffstat (limited to 'biology')
-rw-r--r--biology/hmmer/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/biology/hmmer/Makefile b/biology/hmmer/Makefile
index 81f25e4a2fa1..1fec7ac487c0 100644
--- a/biology/hmmer/Makefile
+++ b/biology/hmmer/Makefile
@@ -3,7 +3,7 @@
# Date created: June 29 1998
# Whom: barnhart@genetics.wustl.edu
#
-# $Id: Makefile,v 1.1.1.1 1998/07/12 23:30:02 steve Exp $
+# $Id: Makefile,v 1.2 1998/12/09 22:35:04 billf Exp $
#
DISTNAME= hmmer-2.0
@@ -13,8 +13,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= barnhart@genetics.wustl.edu
-BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5
-
+USE_PERL5= yes
MAN1= hmmalign.1 hmmbuild.1 hmmcalibrate.1 hmmconvert.1 hmmemit.1 hmmer.1 hmmpfam.1 hmmsearch.1
WRKSRC= ${WRKDIR}/build/${DISTNAME}