diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 10:31:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 10:31:41 +0000 |
commit | 24e692de02e3211ab0e1762603607eb4f60f0c8d (patch) | |
tree | 830fc2bf7652587fa95f23130b6cf7d583cf49bc /astro/wcslib | |
parent | b3a96ed6ee9c272be4c0763868b0cc1778d550ec (diff) |
Notes
Diffstat (limited to 'astro/wcslib')
-rw-r--r-- | astro/wcslib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/wcslib/Makefile b/astro/wcslib/Makefile index 5bce06b62bc7..c0ad010f371d 100644 --- a/astro/wcslib/Makefile +++ b/astro/wcslib/Makefile @@ -31,13 +31,13 @@ PGPLOT_DESC= Add pgplot support (for tests only) .if ${PORT_OPTIONS:MCFITSIO} || exists(${LOCALBASE}/lib/libcfitsio.so) PLIST_SUB+= HPXCVT="" -LIB_DEPENDS+= cfitsio:${PORTSDIR}/astro/cfitsio +LIB_DEPENDS+= libcfitsio.so:${PORTSDIR}/astro/cfitsio .else PLIST_SUB+= HPXCVT="@comment " .endif .if ${PORT_OPTIONS:MPGPLOT} -LIB_DEPENDS+= pgplot.5:${PORTSDIR}/graphics/pgplot +LIB_DEPENDS+= libpgplot.so:${PORTSDIR}/graphics/pgplot .endif post-patch: |