diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-11 18:31:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-11 18:31:41 +0800 |
commit | 493b8ff5f5acd62db3141e78b470aee3326395f8 (patch) | |
tree | 830fc2bf7652587fa95f23130b6cf7d583cf49bc /astro/wcslib | |
parent | c6d41394f638b030303d744f63571b63680fdda5 (diff) | |
download | freebsd-ports-gnome-493b8ff5f5acd62db3141e78b470aee3326395f8.tar.gz freebsd-ports-gnome-493b8ff5f5acd62db3141e78b470aee3326395f8.tar.zst freebsd-ports-gnome-493b8ff5f5acd62db3141e78b470aee3326395f8.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in astro
With hat: portmgr
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: |