diff options
author | P. J. McDermott <pjm@nac.net> | 2013-08-13 16:57:42 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-08-13 16:57:42 (EDT) |
commit | 74a93c1f1516dacec614746a6cbddc1d8ce28c3d (patch) | |
tree | 4144e7d5ee3722301c752d128062225efa5af452 | |
parent | 1d3ae8593826337614e4cd54b353f211c3f27b34 (diff) |
build-essential: Depend on gmake and opkbuild.
-rw-r--r-- | build-essential.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-essential.pkg/control b/build-essential.pkg/control index 9301632..ebd0afc 100644 --- a/build-essential.pkg/control +++ b/build-essential.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: libc.6-dev, binutils, gcc, g++, make, opkhelper +Depends: libc.6-dev, binutils, gcc, g++, gmake, opkbuild, opkhelper Recommends: fakeroot Description: Metapackage for package building This package depends on packages that are considered necessary for building |