aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-08-03 08:45:51 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-08-03 08:45:51 +0000
commit99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch)
treebea626d8d7aaa3973f00760684b26d2ddcce74eb /biology
parentce05caaae21cd6b880cf5567917d6bde1c9144fa (diff)
downloadports-99ad9127356be7e975c6ea48d00fa2aba29468d7.tar.gz
ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.zip
Notes
Diffstat (limited to 'biology')
-rw-r--r--biology/hmmer/Makefile2
-rw-r--r--biology/tRNAscan-SE/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/biology/hmmer/Makefile b/biology/hmmer/Makefile
index 18c873e337ee..b89ef0a3f5c8 100644
--- a/biology/hmmer/Makefile
+++ b/biology/hmmer/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Profile hidden Markov models for biological sequence analysis
GNU_CONFIGURE= yes
-USE_PERL5= yes
+USES= perl5
CONFIGURE_ARGS+=--enable-threads --enable-lfs
DOCFILES= COPYRIGHT INSTALL LICENSE Userguide.pdf
diff --git a/biology/tRNAscan-SE/Makefile b/biology/tRNAscan-SE/Makefile
index d69b39a70522..1abcbce8aacf 100644
--- a/biology/tRNAscan-SE/Makefile
+++ b/biology/tRNAscan-SE/Makefile
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Improved tool for transfer RNA detection
-USE_PERL5= yes
+USES= perl5
MAKE_ARGS= BINDIR="${PREFIX}/bin" \
LIBDIR="${DATADIR}" \
CC="${CC}" \