Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2018 16:03:00 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477355 - head/games/jin
Message-ID:  <201808161603.w7GG30H8066902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Thu Aug 16 16:03:00 2018
New Revision: 477355
URL: https://svnweb.freebsd.org/changeset/ports/477355

Log:
  Change the order of RUN- and BUILD-depends.
  
  Requested by:	mat

Modified:
  head/games/jin/Makefile

Modified: head/games/jin/Makefile
==============================================================================
--- head/games/jin/Makefile	Thu Aug 16 15:59:47 2018	(r477354)
+++ head/games/jin/Makefile	Thu Aug 16 16:03:00 2018	(r477355)
@@ -14,8 +14,8 @@ COMMENT=	Graphical client for chess servers
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/src/free/jin/legal/copyright.txt
 
-RUN_DEPENDS=	${JAVAJARDIR}/bsh.jar:lang/bsh
 BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	${JAVAJARDIR}/bsh.jar:lang/bsh
 
 USES=		dos2unix
 DOS2UNIX_GLOB=	*.java *.txt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808161603.w7GG30H8066902>