summaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-01-21 17:40:15 +0000
committereadler <eadler@FreeBSD.org>2012-01-21 17:40:15 +0000
commite9db6e5787c03eac4b5310b1b5abeee5eea88e8c (patch)
tree403e868e6517b550ecdf81ff503e5975785ab7d7 /astro
parent0c9cbf4cb27b7ccab5b886919dea648ef53e8a6b (diff)
downloadFreeBSD-ports-e9db6e5787c03eac4b5310b1b5abeee5eea88e8c.zip
FreeBSD-ports-e9db6e5787c03eac4b5310b1b5abeee5eea88e8c.tar.gz
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
Diffstat (limited to 'astro')
-rw-r--r--astro/p5-Astro-Catalog/Makefile2
-rw-r--r--astro/p5-Astro-SunTime/Makefile2
-rw-r--r--astro/py-RO/Makefile2
-rw-r--r--astro/py-aipy/Makefile2
-rw-r--r--astro/py-pyfits/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/astro/p5-Astro-Catalog/Makefile b/astro/p5-Astro-Catalog/Makefile
index 954aca6..73355ea 100644
--- a/astro/p5-Astro-Catalog/Makefile
+++ b/astro/p5-Astro-Catalog/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= A generic stellar catalogue object
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/astro/p5-Astro-SunTime/Makefile b/astro/p5-Astro-SunTime/Makefile
index e7a1ff0..36680d0 100644
--- a/astro/p5-Astro-SunTime/Makefile
+++ b/astro/p5-Astro-SunTime/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to calculate sunrise/sunset times
BUILD_DEPENDS= ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_SAFE= yes
diff --git a/astro/py-RO/Makefile b/astro/py-RO/Makefile
index ce115db..6c66055 100644
--- a/astro/py-RO/Makefile
+++ b/astro/py-RO/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= wen@FreeBSD.org
COMMENT= Package of Python astronomical utilities
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS= MATPLOTLIB "Add support for Matplotlib" Off \
PYFITS "Add Support for PyFITS" On \
diff --git a/astro/py-aipy/Makefile b/astro/py-aipy/Makefile
index 9edff6a..9fd5de4 100644
--- a/astro/py-aipy/Makefile
+++ b/astro/py-aipy/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_SITELIBDIR}/ephem/__init__.py:${PORTSDIR}/astro/pyephem \
${PKGNAMEPREFIX}pyfits>=1.1:${PORTSDIR}/astro/py-pyfits \
${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
diff --git a/astro/py-pyfits/Makefile b/astro/py-pyfits/Makefile
index 6de0b25..b8b4d85 100644
--- a/astro/py-pyfits/Makefile
+++ b/astro/py-pyfits/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= tonymaher@optusnet.com.au
COMMENT= Python Interface to FITS Formatted Files
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
OpenPOWER on IntegriCloud