diff crypto/libressl/libressl.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents af3c84369341
children ddab65a5b3f5
line wrap: on
line diff
--- a/crypto/libressl/libressl.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/crypto/libressl/libressl.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="CUSTOM"
 PKGSUMMARY="OpenSSL fork from OpenBSD"
 PKGDOWNLOAD="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.9.2.tar.gz"
-PKGDEPENDS="dev/cmake:build"
+PKGDEPENDS="cmake:build"
 
 : ${CC:=clang}
 : ${CFLAGS:=-O2}