aboutsummaryrefslogtreecommitdiff
path: root/astro/cfitsio
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-07-23 04:51:11 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-07-23 04:51:11 +0000
commit9d5e0473f0c04c83c5bc8ede74e50857bc469eef (patch)
tree21a0079b6d38bdd5d66779c1658dabf22f2da40c /astro/cfitsio
parentc675e5cb452d8e46169598602e99a94df9f721a3 (diff)
downloadports-9d5e0473f0c04c83c5bc8ede74e50857bc469eef.tar.gz
ports-9d5e0473f0c04c83c5bc8ede74e50857bc469eef.zip
astro/cfitsio: Add missing dependency
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=475145
Diffstat (limited to 'astro/cfitsio')
-rw-r--r--astro/cfitsio/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/cfitsio/Makefile b/astro/cfitsio/Makefile
index fb0bbd343444..d6ecf5e7d1d7 100644
--- a/astro/cfitsio/Makefile
+++ b/astro/cfitsio/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cfitsio
PORTVERSION= 3.430
+PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ \
https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/oldvers/ \
@@ -14,7 +15,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for reading and writing files in FITS data format
-LIB_DEPENDS= libf2c.so:lang/f2c
+LIB_DEPENDS= libcurl.so:ftp/curl \
+ libf2c.so:lang/f2c
OPTIONS_DEFINE= DOCS