aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-02-21 21:15:55 +0800
committergahr <gahr@FreeBSD.org>2014-02-21 21:15:55 +0800
commit62edd3cc2ee77a08eea4a97d91bf9ca032470526 (patch)
tree712862f734e79427a54dbad6e496408016bcbd40 /math
parent7de336d8b4b1ff004986af2a38e4b68e91e22ccd (diff)
downloadfreebsd-ports-gnome-62edd3cc2ee77a08eea4a97d91bf9ca032470526.tar.gz
freebsd-ports-gnome-62edd3cc2ee77a08eea4a97d91bf9ca032470526.tar.zst
freebsd-ports-gnome-62edd3cc2ee77a08eea4a97d91bf9ca032470526.zip
- Convert to USES=tk
Diffstat (limited to 'math')
-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}