diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 62db3fa63ab35a5866c4d2878dd50ff319f03aeb (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /math/jags | |
parent | e7be74e86b4aed494a5f9633e9661918a14a0e04 (diff) | |
download | FreeBSD-ports-62db3fa63ab35a5866c4d2878dd50ff319f03aeb.zip FreeBSD-ports-62db3fa63ab35a5866c4d2878dd50ff319f03aeb.tar.gz |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'math/jags')
-rw-r--r-- | math/jags/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/jags/Makefile b/math/jags/Makefile index e7d74de..8767668 100644 --- a/math/jags/Makefile +++ b/math/jags/Makefile @@ -48,11 +48,11 @@ WITH_BLAS?= reference .endif .if ${WITH_BLAS} == "atlas" -LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas +LIB_DEPENDS+= libatlas.so:math/atlas CONFIGURE_ARGS= --with-lapack="-lalapack -lptcblas" --with-blas="-lptf77blas" .elif ${WITH_BLAS} == "reference" -LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas -LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack +LIB_DEPENDS+= libblas.so:math/blas +LIB_DEPENDS+= liblapack.so:math/lapack CONFIGURE_ARGS= --with-lapack="-llapack" --with-blas="-lblas" .else IGNORE= invalid value for WITH_BLAS: ${WITH_BLAS} @@ -84,7 +84,7 @@ post-install: .endif .if defined(MAINTAINER_MODE) -BUILD_DEPENDS+= ${LOCALBASE}/lib/R/library/coda/R/coda.rdb:${PORTSDIR}/math/R-cran-coda +BUILD_DEPENDS+= ${LOCALBASE}/lib/R/library/coda/R/coda.rdb:math/R-cran-coda check test: install .for i in 1 2 |