diff options
author | P. J. McDermott <pjm@nac.net> | 2014-01-22 18:29:03 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-01-22 18:29:03 (EST) |
commit | ccc7998b87fd9541670ab02f105fa0abeff8ab43 (patch) | |
tree | 6c3c306460d1123fce352ac2d896a59f483be117 | |
parent | 230ac4dee32d7b060039940c7b215cc9781c631e (diff) |
build-essential-*-*-*: Only recommend opkhelper.
-rw-r--r-- | build-essential.pkg.in/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build-essential.pkg.in/control b/build-essential.pkg.in/control index 2b1c8af..36919cd 100644 --- a/build-essential.pkg.in/control +++ b/build-essential.pkg.in/control @@ -8,8 +8,9 @@ Depends: g++-@PKG_TARGET_ARCH@, gmake, opkbuild, - opkhelper -Recommends: fakeroot +Recommends: + fakeroot, + opkhelper, Description: Metapackage for building packages for @PKG_TARGET_ARCH@ This package depends on packages that are considered necessary for building software packages for @PKG_TARGET_ARCH@. |