diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-05 18:45:32 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-05 19:11:41 +0000 |
commit | ea2e81f22e0ba0636a216971bb5dc84f8ade09f8 (patch) | |
tree | 4b6d2ff8312558ffeebbaee3834594a6391b56eb | |
parent | e895a0839cdc55c8be60b7767104db109d4b58c0 (diff) | |
download | ports-ea2e81f22e0ba0636a216971bb5dc84f8ade09f8.tar.gz ports-ea2e81f22e0ba0636a216971bb5dc84f8ade09f8.zip |
astro/cfitsio: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | astro/cfitsio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/cfitsio/Makefile b/astro/cfitsio/Makefile index ef1ac22aff3c..6c687626f441 100644 --- a/astro/cfitsio/Makefile +++ b/astro/cfitsio/Makefile @@ -16,7 +16,9 @@ COMMENT= Library for reading and writing files in FITS data format LIB_DEPENDS= libcurl.so:ftp/curl \ libf2c.so:lang/f2c -USES= localbase pkgconfig +USES= cpe localbase pkgconfig + +CPE_VENDOR= nasa ALL_TARGET= libcfitsio.a shared CONFIGURE_ARGS= ac_cv_prog_FC=f2c |