aboutsummaryrefslogtreecommitdiff
path: root/astro/nightfall
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /astro/nightfall
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'astro/nightfall')
-rw-r--r--astro/nightfall/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile
index f837b45cde4a..55686ab9a0b9 100644
--- a/astro/nightfall/Makefile
+++ b/astro/nightfall/Makefile
@@ -27,15 +27,15 @@ GNOME_VARS= INSTALLS_OMF=yes
OPENGL_CONFIGURE_ON= --with-lib-GL
OPENGL_CONFIGURE_OFF= --disable-opengl
-OPENGL_LIB_DEPENDS= libgtkgl-2.0.so:${PORTSDIR}/x11-toolkits/gtkglarea2
+OPENGL_LIB_DEPENDS= libgtkgl-2.0.so:x11-toolkits/gtkglarea2
OPENGL_USE= GL=glut
PGPLOT_DESC= PGPLOT support
PGPLOT_CONFIGURE_ON= --with-pgplot-include=${LOCALBASE}/include \
--with-pgplot-lib=${LOCALBASE}/lib
PGPLOT_CONFIGURE_OFF= --with-gnuplot
-PGPLOT_LIB_DEPENDS= libpgplot.so:${PORTSDIR}/graphics/pgplot
-PGPLOT_RUN_DEPENDS_OFF= gnuplot:${PORTSDIR}/math/gnuplot
+PGPLOT_LIB_DEPENDS= libpgplot.so:graphics/pgplot
+PGPLOT_RUN_DEPENDS_OFF= gnuplot:math/gnuplot
PGPLOT_USES= fortran
.include <bsd.port.pre.mk>