summaryrefslogtreecommitdiff
path: root/math/reduce
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /math/reduce
parentRemove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. (diff)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'math/reduce')
-rw-r--r--math/reduce/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/reduce/Makefile b/math/reduce/Makefile
index 081bbc92cd27..86c71c3ec27e 100644
--- a/math/reduce/Makefile
+++ b/math/reduce/Makefile
@@ -12,7 +12,7 @@ COMMENT= Portable general-purpose computer algebra system
LICENSE= BSD2CLAUSE
-RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+RUN_DEPENDS= gnuplot:math/gnuplot
USES= autoreconf:build gmake ncurses tar:bzip2
TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
@@ -39,8 +39,8 @@ OPTIONS_SUB= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCSL}
-LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png \
- libtiff.so:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS+= libpng.so:graphics/png \
+ libtiff.so:graphics/tiff
USES+= jpeg
CPPFLAGS+= `freetype-config --cflags`
LDFLAGS+= `freetype-config --libs`