aboutsummaryrefslogtreecommitdiff
path: root/astro/wcslib
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 10:31:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 10:31:41 +0000
commit24e692de02e3211ab0e1762603607eb4f60f0c8d (patch)
tree830fc2bf7652587fa95f23130b6cf7d583cf49bc /astro/wcslib
parentb3a96ed6ee9c272be4c0763868b0cc1778d550ec (diff)
downloadports-24e692de02e3211ab0e1762603607eb4f60f0c8d.tar.gz
ports-24e692de02e3211ab0e1762603607eb4f60f0c8d.zip
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in astro With hat: portmgr
Notes
Notes: svn path=/head/; revision=336154
Diffstat (limited to 'astro/wcslib')
-rw-r--r--astro/wcslib/Makefile4
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: