svn commit: r459592 - head/security/rubygem-rbnacl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 21 11:55:34 UTC 2018


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 at 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


More information about the svn-ports-all mailing list