Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2018 11:55:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459592 - head/security/rubygem-rbnacl
Message-ID:  <201801211155.w0LBtXT4089154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 21 11:55:33 2018
New Revision: 459592
URL: https://svnweb.freebsd.org/changeset/ports/459592

Log:
  Remove unnecessary BUILD_DEPENDS
  
  This is a development dependency.
  
  PR:		225138
  Submitted by:	sunpoet (myself)
  Approved by:	Matthias Fechner <idefix@fechner.net> (maintainer)

Modified:
  head/security/rubygem-rbnacl/Makefile

Modified: head/security/rubygem-rbnacl/Makefile
==============================================================================
--- head/security/rubygem-rbnacl/Makefile	Sun Jan 21 11:55:27 2018	(r459591)
+++ head/security/rubygem-rbnacl/Makefile	Sun Jan 21 11:55:33 2018	(r459592)
@@ -11,7 +11,6 @@ COMMENT=	Networking and Cryptography (NaCl) library
 LICENSE=	MIT
 
 LIB_DEPENDS=	libsodium.so:security/libsodium
-BUILD_DEPENDS=	rubygem-bundler>=0:sysutils/rubygem-bundler
 RUN_DEPENDS=	rubygem-ffi>=0:devel/rubygem-ffi
 
 NO_ARCH=	yes



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