mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
Manage crates ourselves; use the generated source asset rather than the upload (which bundles vendored crates that get stale quick). Event: FreeBSD Developer Summit May 2023 Event: BSDCan 2023
10 lines
222 B
Text
10 lines
222 B
Text
--- meson.build.orig 2020-08-07 08:29:06 UTC
|
|
+++ meson.build
|
|
@@ -4,7 +4,6 @@ project(
|
|
license: 'GPLv3',
|
|
)
|
|
|
|
-dependency('openssl', version: '>= 1.0')
|
|
dependency('dbus-1')
|
|
|
|
dependency('glib-2.0', version: '>= 2.56')
|