diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /math/giacxcas | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'math/giacxcas')
-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 |