diff options
author | P. J. McDermott <pjm@nac.net> | 2013-08-13 16:55:28 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-08-13 16:55:28 (EDT) |
commit | 1d3ae8593826337614e4cd54b353f211c3f27b34 (patch) | |
tree | 2d7736b42420ac489e5b078d9c4f63e6cf486d13 | |
parent | 1753c4865e87eecbe7c3a87ebf29c1f24598b767 (diff) |
build-essential: Don't suggest nonexistent pkgs.
-rw-r--r-- | build-essential.pkg/control | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build-essential.pkg/control b/build-essential.pkg/control index 8dc7685..9301632 100644 --- a/build-essential.pkg/control +++ b/build-essential.pkg/control @@ -2,7 +2,6 @@ Architecture: all Platform: all Depends: libc.6-dev, binutils, gcc, g++, make, opkhelper Recommends: fakeroot -Suggests: autoconf, automake Description: Metapackage for package building This package depends on packages that are considered necessary for building software packages. |