diff options
author | gahr <gahr@FreeBSD.org> | 2014-02-21 22:52:33 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-02-21 22:52:33 +0800 |
commit | a1d34c0e56c695e51dba5940b7e38cd39d9ab746 (patch) | |
tree | 4c7f44ae9a91ed1ca158e1dee43caeea46f78d1e /math/scilab | |
parent | b44d111ac6461d889ae8ef3d684c59c136143fd4 (diff) | |
download | freebsd-ports-gnome-a1d34c0e56c695e51dba5940b7e38cd39d9ab746.tar.gz freebsd-ports-gnome-a1d34c0e56c695e51dba5940b7e38cd39d9ab746.tar.zst freebsd-ports-gnome-a1d34c0e56c695e51dba5940b7e38cd39d9ab746.zip |
- Convert to USES=tk
Diffstat (limited to 'math/scilab')
-rw-r--r-- | math/scilab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 7eb0b40ba07e..ff86de25bdea 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -67,7 +67,7 @@ PLIST_SUB+= NLS="" .if ! ${PORT_OPTIONS:MTK} CONFIGURE_ARGS+= --without-tk .else -USE_TK= yes +USES+= tk CONFIGURE_ARGS+= --with-tk-library=${LOCALBASE}/lib \ --with-tk-include=${TK_INCLUDEDIR} \ --with-tcl-library=${LOCALBASE}/lib \ |