diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /math/giacxcas/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'math/giacxcas/Makefile')
-rw-r--r-- | math/giacxcas/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile index 4b3234eb5cc1..ab0abd6ca556 100644 --- a/math/giacxcas/Makefile +++ b/math/giacxcas/Makefile @@ -18,14 +18,14 @@ BROKEN= unfetchable LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ - ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl -LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ - libpng.so:${PORTSDIR}/graphics/png \ - libpari.so:${PORTSDIR}/math/pari \ - libmpfr.so:${PORTSDIR}/math/mpfr \ - libgsl.so:${PORTSDIR}/math/gsl \ - liblapack.so:${PORTSDIR}/math/lapack +BUILD_DEPENDS= bash:shells/bash \ + ${LOCALBASE}/lib/libntl.a:math/ntl +LIB_DEPENDS= libgmp.so:math/gmp \ + libpng.so:graphics/png \ + libpari.so:math/pari \ + libmpfr.so:math/mpfr \ + libgsl.so:math/gsl \ + liblapack.so:math/lapack NO_CDROM= French documentation is for non-commercial use only |