aboutsummaryrefslogtreecommitdiff
path: root/science/p5-PerlMol
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-01-08 16:00:58 +0000
committerSteve Wills <swills@FreeBSD.org>2019-01-08 16:00:58 +0000
commit657d15ce0866f96f50a4525374367b641e1e2acf (patch)
tree6fb4ee74d430731ea4300120d89e6dee4bec1816 /science/p5-PerlMol
parentdfd2e3f597fed08d52ba0a2049813646ce09c8bd (diff)
downloadports-657d15ce0866f96f50a4525374367b641e1e2acf.tar.gz
ports-657d15ce0866f96f50a4525374367b641e1e2acf.zip
science/p5-PerlMol: Do not set BUILD_DEPENDS twice
PR: 234701 Submitted by: tobik
Notes
Notes: svn path=/head/; revision=489722
Diffstat (limited to 'science/p5-PerlMol')
-rw-r--r--science/p5-PerlMol/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/p5-PerlMol/Makefile b/science/p5-PerlMol/Makefile
index cab9c47dd60b..88aac2b2fe4a 100644
--- a/science/p5-PerlMol/Makefile
+++ b/science/p5-PerlMol/Makefile
@@ -3,7 +3,7 @@
PORTNAME= PerlMol
PORTVERSION= 0.3500
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ITUB
@@ -35,7 +35,7 @@ BUILD_DEPENDS= p5-Chemistry-Mol>=0:science/p5-Chemistry-Mol \
p5-Chemistry-MidasPattern>=0:science/p5-Chemistry-MidasPattern \
p5-Chemistry-Mok>=0:science/p5-Chemistry-Mok \
p5-Statistics-Regression>=0:math/p5-Statistics-Regression
-BUILD_DEPENDS= p5-Chemistry-Mol>=0:science/p5-Chemistry-Mol \
+RUN_DEPENDS= p5-Chemistry-Mol>=0:science/p5-Chemistry-Mol \
p5-Chemistry-MacroMol>=0:science/p5-Chemistry-MacroMol \
p5-Parse-Yapp>=0:devel/p5-Parse-Yapp \
p5-Chemistry-File-SMILES>=0:science/p5-Chemistry-File-SMILES \