aboutsummaryrefslogtreecommitdiff
path: root/astro/nightfall
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/nightfall
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/nightfall')
-rw-r--r--astro/nightfall/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile
index 0f553e6cbee9..4721a99d0569 100644
--- a/astro/nightfall/Makefile
+++ b/astro/nightfall/Makefile
@@ -37,7 +37,7 @@ PLIST_SUB+= GNOMEUI="@comment "
.endif
.if ${PORT_OPTIONS:MPGPLOT}
-LIB_DEPENDS+= pgplot.5:${PORTSDIR}/graphics/pgplot
+LIB_DEPENDS+= libpgplot.so:${PORTSDIR}/graphics/pgplot
USE_FORTRAN= yes
CONFIGURE_ARGS+= --with-pgplot-include=${LOCALBASE}/include \
--with-pgplot-lib=${LOCALBASE}/lib
@@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --with-gnuplot
.endif
.if ${PORT_OPTIONS:MOPENGL}
-LIB_DEPENDS+= gtkgl-2.0.1:${PORTSDIR}/x11-toolkits/gtkglarea2
+LIB_DEPENDS+= libgtkgl-2.0.so:${PORTSDIR}/x11-toolkits/gtkglarea2
USE_GL= glut
CONFIGURE_ARGS+= --with-lib-GL
.else