summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-01-21 17:40:15 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-01-21 17:40:15 +0000
commitc59a3834c4bd220def36c5006080d4e0f57b83e0 (patch)
treed65d5bf921ef2499700b90c4dc6855a0137ddaf2 /biology
parent- Update multimedia/vdr to 1.7.22 . (diff)
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
Notes
Notes: svn path=/head/; revision=289563
Diffstat (limited to 'biology')
-rw-r--r--biology/p5-Bio-Glite/Makefile2
-rw-r--r--biology/p5-Bio-NEXUS/Makefile2
-rw-r--r--biology/p5-Bio-SCF/Makefile2
-rw-r--r--biology/p5-bioperl-run/Makefile2
-rw-r--r--biology/p5-bioperl/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/biology/p5-Bio-Glite/Makefile b/biology/p5-Bio-Glite/Makefile
index a600ac92a42c..c957d572e6a6 100644
--- a/biology/p5-Bio-Glite/Makefile
+++ b/biology/p5-Bio-Glite/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= wenheping@gmail.com
COMMENT= An Perl Interface to G-language
BUILD_DEPENDS= p5-libwww>=5:${PORTSDIR}/www/p5-libwww
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
diff --git a/biology/p5-Bio-NEXUS/Makefile b/biology/p5-Bio-NEXUS/Makefile
index fea7d0e3aa04..cbe6ef5a8de8 100644
--- a/biology/p5-Bio-NEXUS/Makefile
+++ b/biology/p5-Bio-NEXUS/Makefile
@@ -16,7 +16,7 @@ COMMENT= An object-oriented Perl API for the NEXUS file format
BUILD_DEPENDS= p5-Clone-PP>=1.02:${PORTSDIR}/devel/p5-Clone-PP \
p5-Test-Deep>=0.106:${PORTSDIR}/devel/p5-Test-Deep
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/biology/p5-Bio-SCF/Makefile b/biology/p5-Bio-SCF/Makefile
index 7b3339828953..91df85601af1 100644
--- a/biology/p5-Bio-SCF/Makefile
+++ b/biology/p5-Bio-SCF/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= wen@FreeBSD.org
COMMENT= Read and Update SCF Chromatographic Sequence Files
BUILD_DEPENDS= ${LOCALBASE}/include/io_lib/scf.h:${PORTSDIR}/biology/iolib
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/biology/p5-bioperl-run/Makefile b/biology/p5-bioperl-run/Makefile
index 394ff80508e6..4ee63b210a08 100644
--- a/biology/p5-bioperl-run/Makefile
+++ b/biology/p5-bioperl-run/Makefile
@@ -20,7 +20,7 @@ COMMENT= Wrapper modules for common bioinformatics tools
BUILD_DEPENDS= p5-bioperl>=1.6.0:${PORTSDIR}/biology/p5-bioperl \
${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \
${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS= p5-bioperl-run-1.[13579]*
diff --git a/biology/p5-bioperl/Makefile b/biology/p5-bioperl/Makefile
index d6a14b91b051..4830902d7cf9 100644
--- a/biology/p5-bioperl/Makefile
+++ b/biology/p5-bioperl/Makefile
@@ -59,7 +59,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/${PERL_VERSION}/Text/Wrap.pm:${PORTSDIR}/l
${SITE_PERL}/Set/Scalar.pm:${PORTSDIR}/devel/p5-Set-Scalar \
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
#CONFLICTS= p5-bioperl-1.[13579]*