diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /astro/p5-Astro-Catalog | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) | |
download | ports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip |
Notes
Diffstat (limited to 'astro/p5-Astro-Catalog')
-rw-r--r-- | astro/p5-Astro-Catalog/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/astro/p5-Astro-Catalog/Makefile b/astro/p5-Astro-Catalog/Makefile index 50dd09c4f84c..55d966817177 100644 --- a/astro/p5-Astro-Catalog/Makefile +++ b/astro/p5-Astro-Catalog/Makefile @@ -15,16 +15,16 @@ COMMENT= Generic stellar catalogue object LICENSE= GPLv3 # p5-Astro-FITS-CFITSIO is a recommended dependency -BUILD_DEPENDS= p5-Astro-Coords>=0.12:${PORTSDIR}/astro/p5-Astro-Coords \ - p5-Astro-FITS-CFITSIO>=1.03:${PORTSDIR}/astro/p5-Astro-FITS-CFITSIO \ - p5-Astro-Flux>=0.01:${PORTSDIR}/astro/p5-Astro-Flux \ - p5-Astro-Telescope>=0.50:${PORTSDIR}/astro/p5-Astro-Telescope \ - p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \ - p5-Misc-Quality>=0.1:${PORTSDIR}/astro/p5-Misc-Quality \ - p5-Number-Uncertainty>=0.1:${PORTSDIR}/math/p5-Number-Uncertainty \ - p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ - p5-libwww>=5.53:${PORTSDIR}/www/p5-libwww +BUILD_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 \ + p5-DateTime>=0:devel/p5-DateTime \ + p5-DateTime-Format-ISO8601>=0:devel/p5-DateTime-Format-ISO8601 \ + p5-Misc-Quality>=0.1:astro/p5-Misc-Quality \ + 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} CFLAGS+= -I${LOCALBASE}/include |