diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-01 06:00:03 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-01 06:00:03 +0800 |
commit | e96b8ef913602c584f517ea02b559859e4007fdd (patch) | |
tree | 5908b6585e5f5f99063a3858f5d880036b4e8368 /astro | |
parent | 4e821407e2c28043631f277fa16b2e877fbde5da (diff) | |
download | freebsd-ports-gnome-e96b8ef913602c584f517ea02b559859e4007fdd.tar.gz freebsd-ports-gnome-e96b8ef913602c584f517ea02b559859e4007fdd.tar.zst freebsd-ports-gnome-e96b8ef913602c584f517ea02b559859e4007fdd.zip |
Use bundled zlib
- Bump PORTREVISION for package change
PR: 238121
Reported by: yuri
Diffstat (limited to 'astro')
-rw-r--r-- | astro/cfitsio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/cfitsio/Makefile b/astro/cfitsio/Makefile index 6ddfe5e562cb..55ffb2044eb0 100644 --- a/astro/cfitsio/Makefile +++ b/astro/cfitsio/Makefile @@ -3,6 +3,7 @@ PORTNAME= cfitsio PORTVERSION= 3.470 +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/ \ @@ -24,7 +25,6 @@ USES= localbase pkgconfig ALL_TARGET= libcfitsio.a shared CONFIGURE_ARGS= ac_cv_prog_FC=f2c GNU_CONFIGURE= yes -MAKE_ARGS= ZLIB_SOURCES="zlib/zcompress.c zlib/zuncompress.c" USE_LDCONFIG= yes PLIST_SUB= SHLIB_MAJOR=${SHLIB_MAJOR} \ |