diff options
author | gahr <gahr@FreeBSD.org> | 2014-02-21 21:15:55 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-02-21 21:15:55 +0800 |
commit | 62edd3cc2ee77a08eea4a97d91bf9ca032470526 (patch) | |
tree | 712862f734e79427a54dbad6e496408016bcbd40 /math | |
parent | 7de336d8b4b1ff004986af2a38e4b68e91e22ccd (diff) | |
download | freebsd-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/Makefile | 3 |
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} |