summaryrefslogtreecommitdiff
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
parent- Add LICENSE (diff)
- Convert to USES=tk
-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}