diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:11:12 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:11:12 +0000 |
commit | 44eaadcb751194bcef34890a161d4bf9a873a2a4 (patch) | |
tree | 37076f8661cc0a667d6e54eab2728ecc665430a0 /astro/wcslib/Makefile | |
parent | 156cc72026ce25b8da3d604f4fb691e4d6413b5f (diff) |
Notes
Diffstat (limited to 'astro/wcslib/Makefile')
-rw-r--r-- | astro/wcslib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/wcslib/Makefile b/astro/wcslib/Makefile index 2da1982bc073..1817874d151a 100644 --- a/astro/wcslib/Makefile +++ b/astro/wcslib/Makefile @@ -21,7 +21,7 @@ PLIST_SUB= VERSION="${PORTVERSION}" # See makedefs.in which describes why you want to set the extra support. # For most users it will not be required. -OPTIONS_DEFINE= CFITSIO PGPLOT +OPTIONS_DEFINE= CFITSIO PGPLOT DOCS OPTIONS_SUB= yes CFITSIO_DESC= Add cfitsio support (for tests only) PGPLOT_DESC= Add pgplot support (for tests only) |