From c64689a9b8ee758e826ac61de153afb76e80b956 Mon Sep 17 00:00:00 2001 From: danilo Date: Wed, 22 Mar 2017 04:35:03 +0000 Subject: - Fix plist when PGPLOT and CFITSIO options are enabled Reported by: db --- astro/wcslib/Makefile | 4 +++- astro/wcslib/pkg-plist | 6 ------ 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'astro') diff --git a/astro/wcslib/Makefile b/astro/wcslib/Makefile index 8b3abc79310..b91214959b8 100644 --- a/astro/wcslib/Makefile +++ b/astro/wcslib/Makefile @@ -30,7 +30,9 @@ PGPLOT_DESC= Add pgplot support (for tests only) CFITSIO_CONFIGURE_WITH= cfitsio CFITSIO_LIB_DEPENDS= libcfitsio.so:astro/cfitsio PGPLOT_CONFIGURE_WITH= pgplot -PGPLOT_LIB_DEPENDS= libpgplot.so:graphics/pgplot +PGPLOT_LIB_DEPENDS= libpgplot.so:graphics/pgplot \ + libpng16.so:graphics/png +PGPLOT_USE= XORG=x11 post-patch: @${REINPLACE_CMD} -e 's#%%PKGDIR%%#${STAGEDIR}${PREFIX}/libdata#g' \ diff --git a/astro/wcslib/pkg-plist b/astro/wcslib/pkg-plist index f73403c1008..83f36f16530 100644 --- a/astro/wcslib/pkg-plist +++ b/astro/wcslib/pkg-plist @@ -1,7 +1,4 @@ -%%CFITSIO%%bin/HPXcvt bin/fitshdr -%%PGPLOT%%bin/wcsgrid -%%CFITSIO%%bin/wcsware include/wcslib include/wcslib-%%VERSION%%/cel.h include/wcslib-%%VERSION%%/cel.inc @@ -56,10 +53,7 @@ lib/libwcs.so lib/libwcs.so.5 lib/libwcs.so.5.16 libdata/pkgconfig/wcslib.pc -%%CFITSIO%%man/man1/HPXcvt.1.gz man/man1/fitshdr.1.gz -%%PGPLOT%%man/man1/wcsgrid.1.gz -%%CFITSIO%%man/man1/wcsware.1.gz %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/COPYING.LESSER -- cgit