aboutsummaryrefslogtreecommitdiff
path: root/security/hpenc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-02-03 22:43:07 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-02-03 22:43:07 +0000
commit0919742c68fc8e4540e212809c12de1c7a7552c5 (patch)
tree71c0ffb26a2bebbf4fd9b14abec406530dfa7e69 /security/hpenc
parentc6d789c11f670050b7546b33f85a44dc5549c165 (diff)
downloadports-0919742c68fc8e4540e212809c12de1c7a7552c5.tar.gz
ports-0919742c68fc8e4540e212809c12de1c7a7552c5.zip
Pacify portlint (Makevar order). This is to prepare for a tier-2 commit
I will be making soon.
Notes
Notes: svn path=/head/; revision=563963
Diffstat (limited to 'security/hpenc')
-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