mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
astro/cfitsio: Add missing dependency
Approved by: portmgr blanket
This commit is contained in:
parent
c675e5cb45
commit
9d5e0473f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475145
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue