aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-17 23:42:16 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-17 23:42:16 +0000
commit3068321781909c9c76919aacc4fae8d89a861dbc (patch)
tree22d6fb11836babe85a3d23f49b892f1e26596a71
parentf14acff091b55e2cba5c160f63f16566ae97d921 (diff)
downloadports-3068321781909c9c76919aacc4fae8d89a861dbc.tar.gz
ports-3068321781909c9c76919aacc4fae8d89a861dbc.zip
astro/cfitsio: Enable bzip2 and threading support
- Bump PORTREVISION for package change
-rw-r--r--astro/cfitsio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/cfitsio/Makefile b/astro/cfitsio/Makefile
index 9655e8e06b81..d4c8e3963d00 100644
--- a/astro/cfitsio/Makefile
+++ b/astro/cfitsio/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cfitsio
PORTVERSION= 4.1.0
+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/ \
@@ -18,7 +19,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
USES= cpe localbase pkgconfig
ALL_TARGET= libcfitsio.a shared
-CONFIGURE_ARGS= ac_cv_prog_FC=f2c
+CONFIGURE_ARGS= ac_cv_prog_FC=f2c --enable-reentrant --with-bzip2=/usr
GNU_CONFIGURE= yes
USE_LDCONFIG= yes