aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/hpenc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hpenc/Makefile b/security/hpenc/Makefile
index 5c6c5acee2ac..c7ed55050174 100644
--- a/security/hpenc/Makefile
+++ b/security/hpenc/Makefile
@@ -10,9 +10,9 @@ COMMENT= Fast authenticated encryption CLI tool
LICENSE= BSD2CLAUSE
-USES= cmake compiler:c++11-lib ssl
LIB_DEPENDS= libsodium.so:security/libsodium
+USES= cmake compiler:c++11-lib ssl
USE_GITHUB= yes
GH_ACCOUNT= vstakhov