aboutsummaryrefslogtreecommitdiff
path: root/math/sage
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-21 13:15:55 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-21 13:15:55 +0000
commitb691141e1300fe2d22177742eba505e2c13bce10 (patch)
tree712862f734e79427a54dbad6e496408016bcbd40 /math/sage
parent72854d2d4b8215bcb8b1acfbbef27bcbc354d303 (diff)
downloadports-b691141e1300fe2d22177742eba505e2c13bce10.tar.gz
ports-b691141e1300fe2d22177742eba505e2c13bce10.zip
- Convert to USES=tk
Notes
Notes: svn path=/head/; revision=345389
Diffstat (limited to 'math/sage')
-rw-r--r--math/sage/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile
index 76a49e99ab98..e6ecdb0d8b1c 100644
--- a/math/sage/Makefile
+++ b/math/sage/Makefile
@@ -34,9 +34,8 @@ NO_STAGE= yes
PLIST_FILES= bin/sage
USE_GCC= yes
-USE_TK= yes
USE_TEX= latex:build
-USES= fortran gmake iconv
+USES= fortran gmake iconv tk
MAKE_JOBS_SAFE= yes
LDFLAGS:= -Wl,-rpath=${WRKSRC}/local/lib ${LDFLAGS}
FFLAGS+= -Wl,-rpath=${WRKSRC}/local/lib ${FPM_FLAG}