aboutsummaryrefslogtreecommitdiff
path: root/math/dynare/Makefile
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/dynare/Makefile
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (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/dynare/Makefile')
-rw-r--r--math/dynare/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/dynare/Makefile b/math/dynare/Makefile
index 4b4ee0458c19..db0d566faf1c 100644
--- a/math/dynare/Makefile
+++ b/math/dynare/Makefile
@@ -10,10 +10,10 @@ MASTER_SITES= http://www.dynare.org/release/source/
MAINTAINER= fernando.apesteguia@gmail.com
COMMENT= Software platform for handling a wide class of economic models
-BUILD_DEPENDS= ${LOCALBASE}/include/boost/unordered_set.hpp:${PORTSDIR}/devel/boost-libs \
- ctangle:${PORTSDIR}/devel/cweb
-LIB_DEPENDS= libumfpack.so:${PORTSDIR}/math/suitesparse \
- libmatio.so:${PORTSDIR}/math/matio
+BUILD_DEPENDS= ${LOCALBASE}/include/boost/unordered_set.hpp:devel/boost-libs \
+ ctangle:devel/cweb
+LIB_DEPENDS= libumfpack.so:math/suitesparse \
+ libmatio.so:math/matio
WRKSRC= ${WRKDIR}/${DISTNAME}
GNU_CONFIGURE= yes
@@ -28,7 +28,7 @@ OPTIONS_DEFAULT= OCTAVE
MATLAB_CONFIGURE_ENABLE= matlab
OCTAVE_CONFIGURE_ENABLE= octave
-OCTAVE_BUILD_DEPENDS= octave:${PORTSDIR}/math/octave
+OCTAVE_BUILD_DEPENDS= octave:math/octave
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib