diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-10-06 13:06:42 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-10-06 13:06:42 +0000 |
commit | 9dff3523203bdda7ae358dcff3eb5a5ef3e54d33 (patch) | |
tree | 0721b637b4bcfc0a8ff2a945bdcb7e68f8993680 /astro/p5-Astro-Catalog | |
parent | 2e4b740f2cc9a250b2c6056d8706e15d3bfa9763 (diff) |
Notes
Diffstat (limited to 'astro/p5-Astro-Catalog')
-rw-r--r-- | astro/p5-Astro-Catalog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/p5-Astro-Catalog/Makefile b/astro/p5-Astro-Catalog/Makefile index 2a9a8820cc0e..98475e33738c 100644 --- a/astro/p5-Astro-Catalog/Makefile +++ b/astro/p5-Astro-Catalog/Makefile @@ -13,7 +13,8 @@ COMMENT= Generic stellar catalogue object LICENSE= GPLv3 # p5-Astro-FITS-CFITSIO is a recommended dependency -BUILD_DEPENDS= p5-Astro-Coords>=0.12:astro/p5-Astro-Coords \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Astro-Coords>=0.12:astro/p5-Astro-Coords \ p5-Astro-FITS-CFITSIO>=1.03:astro/p5-Astro-FITS-CFITSIO \ p5-Astro-Flux>=0.01:astro/p5-Astro-Flux \ p5-Astro-Telescope>=0.50:astro/p5-Astro-Telescope \ @@ -23,7 +24,6 @@ BUILD_DEPENDS= p5-Astro-Coords>=0.12:astro/p5-Astro-Coords \ p5-Number-Uncertainty>=0.1:math/p5-Number-Uncertainty \ p5-SOAP-Lite>=0:net/p5-SOAP-Lite \ p5-libwww>=5.53:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= localbase perl5 |