diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-21 19:55:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-21 19:55:33 +0800 |
commit | 1b509989d70964dd433ed129733dc586a69975a3 (patch) | |
tree | 95cbf9cc93afc80751a04e7cfd27098c4f5ec7b5 /security/rubygem-rbnacl | |
parent | a64b0c79c373b219e2ac42c79872dff33c2f8fb6 (diff) | |
download | freebsd-ports-gnome-1b509989d70964dd433ed129733dc586a69975a3.tar.gz freebsd-ports-gnome-1b509989d70964dd433ed129733dc586a69975a3.tar.zst freebsd-ports-gnome-1b509989d70964dd433ed129733dc586a69975a3.zip |
Remove unnecessary BUILD_DEPENDS
This is a development dependency.
PR: 225138
Submitted by: sunpoet (myself)
Approved by: Matthias Fechner <idefix@fechner.net> (maintainer)
Diffstat (limited to 'security/rubygem-rbnacl')
-rw-r--r-- | security/rubygem-rbnacl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/rubygem-rbnacl/Makefile b/security/rubygem-rbnacl/Makefile index ab0b52f85ec7..3915e1d61cb4 100644 --- a/security/rubygem-rbnacl/Makefile +++ b/security/rubygem-rbnacl/Makefile @@ -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 |