diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
commit | 6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /math/sage | |
parent | b8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff) | |
download | freebsd-ports-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.zip |
Convert to USES=jpeg
Diffstat (limited to 'math/sage')
-rw-r--r-- | math/sage/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index 064b518916a4..c8ebd2d3a84f 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -23,8 +23,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ automake:${PORTSDIR}/devel/automake \ autoconf:${PORTSDIR}/devel/autoconf LIB_DEPENDS= libatlas.so:${PORTSDIR}/math/atlas \ - liblapack.so:${PORTSDIR}/math/lapack \ - libjpeg.so:${PORTSDIR}/graphics/jpeg + liblapack.so:${PORTSDIR}/math/lapack RUN_DEPENDS= bash:${PORTSDIR}/shells/bash pre-extract: @@ -37,7 +36,7 @@ pre-extract: PLIST_FILES= bin/sage USE_TEX= latex:build -USES= gmake iconv tk perl5 +USES= gmake iconv jpeg tk perl5 MAKE_JOBS_SAFE= yes # Optimization flags will be defined by the source |