diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-11 14:49:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-11 14:49:59 +0800 |
commit | 8599720a950ff0c164d0fab475ea82394923c386 (patch) | |
tree | cbfb0b217de7ab7b603b8f9df0ce4e6bef5e9fae | |
parent | ec81831cae7c2514707ee6404627f5db57c78fb8 (diff) | |
download | freebsd-ports-gnome-8599720a950ff0c164d0fab475ea82394923c386.tar.gz freebsd-ports-gnome-8599720a950ff0c164d0fab475ea82394923c386.tar.zst freebsd-ports-gnome-8599720a950ff0c164d0fab475ea82394923c386.zip |
Do not overwrite uses if previous one are already defined
-rw-r--r-- | math/scilab-toolbox-swt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scilab-toolbox-swt/Makefile b/math/scilab-toolbox-swt/Makefile index eafa9527cb80..eaa6aaa9d60f 100644 --- a/math/scilab-toolbox-swt/Makefile +++ b/math/scilab-toolbox-swt/Makefile @@ -39,7 +39,7 @@ SCILAB_ARGS= -nogui PLIST_SUB+= HELP="@comment " EXTRA_PATCHES+= ${FILESDIR}/extrapatch-etc__swt.start .else -USES= display:build +USES+= display:build MAKE_ENV= LC_ALL="C" PLIST_SUB+= HELP="" TOOLBOX_SUBDIRS+= jar |