summaryrefslogtreecommitdiff
path: root/astro/wcslib/Makefile
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2017-03-22 04:35:03 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2017-03-22 04:35:03 +0000
commit332a58b28f59100bbe52ad11866d6f6bd89563a6 (patch)
treec0429de657a856e23d9d09f5f125dc02ce0d8f7c /astro/wcslib/Makefile
parentUpdate to 3.0-2100-g2613baeb. (diff)
- Fix plist when PGPLOT and CFITSIO options are enabled
Reported by: db
Notes
Notes: svn path=/head/; revision=436676
Diffstat (limited to 'astro/wcslib/Makefile')
-rw-r--r--astro/wcslib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/wcslib/Makefile b/astro/wcslib/Makefile
index 8b3abc793100..b91214959b8e 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' \