svn commit: r322753 - head/math/scilab-toolbox-swt

Baptiste Daroussin bapt at FreeBSD.org
Thu Jul 11 06:50:00 UTC 2013


Author: bapt
Date: Thu Jul 11 06:49:59 2013
New Revision: 322753
URL: http://svnweb.freebsd.org/changeset/ports/322753

Log:
  Do not overwrite uses if previous one are already defined

Modified:
  head/math/scilab-toolbox-swt/Makefile

Modified: head/math/scilab-toolbox-swt/Makefile
==============================================================================
--- head/math/scilab-toolbox-swt/Makefile	Thu Jul 11 06:48:11 2013	(r322752)
+++ head/math/scilab-toolbox-swt/Makefile	Thu Jul 11 06:49:59 2013	(r322753)
@@ -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


More information about the svn-ports-all mailing list