diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-03 23:41:58 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-03 23:41:58 +0000 |
commit | 212b97a1890a8159b417c1404e76f0c4b0c155b0 (patch) | |
tree | daf31c76a71ca1284e631caf6c443c143d46d1ca /release/packages/acpi-debug.ucl | |
parent | fae384c5034294f1254162d6514b98b1fe82c72f (diff) | |
download | FreeBSD-src-212b97a1890a8159b417c1404e76f0c4b0c155b0.zip FreeBSD-src-212b97a1890a8159b417c1404e76f0c4b0c155b0.tar.gz |
Initial commit to add dependencies.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/packages/acpi-debug.ucl')
-rw-r--r-- | release/packages/acpi-debug.ucl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release/packages/acpi-debug.ucl b/release/packages/acpi-debug.ucl index 9495882..646a2a8 100644 --- a/release/packages/acpi-debug.ucl +++ b/release/packages/acpi-debug.ucl @@ -11,3 +11,10 @@ licenses = [ BSD2CLAUSE ] desc = <<EOD %DESC% EOD +deps: { + FreeBSD-acpi: { + origin: "base", + version: "%VERSION%" + } +} + |