svn commit: r475145 - head/astro/cfitsio

Yuri Victorovich yuri at FreeBSD.org
Mon Jul 23 04:51:12 UTC 2018


Author: yuri
Date: Mon Jul 23 04:51:11 2018
New Revision: 475145
URL: https://svnweb.freebsd.org/changeset/ports/475145

Log:
  astro/cfitsio: Add missing dependency
  
  Approved by:	portmgr blanket

Modified:
  head/astro/cfitsio/Makefile

Modified: head/astro/cfitsio/Makefile
==============================================================================
--- head/astro/cfitsio/Makefile	Mon Jul 23 03:19:26 2018	(r475144)
+++ head/astro/cfitsio/Makefile	Mon Jul 23 04:51:11 2018	(r475145)
@@ -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 at 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
 


More information about the svn-ports-all mailing list