summaryrefslogtreecommitdiffstats
path: root/gcc.pkg.in/control
diff options
context:
space:
mode:
Diffstat (limited to 'gcc.pkg.in/control')
-rw-r--r--gcc.pkg.in/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc.pkg.in/control b/gcc.pkg.in/control
index c668143..481c478 100644
--- a/gcc.pkg.in/control
+++ b/gcc.pkg.in/control
@@ -1,8 +1,8 @@
Architecture: @PKG_TARGET_ARCH@
# Architecture: i686-any-any amd64-any-any @PKG_TARGET_ARCH@
Platform: all
-Depends: gcc-4.7-common (= ${Binary-Version}),
- cpp-4.7 (= ${Binary-Version}),
+Depends: gcc-${Base-Version}-common (= ${Binary-Version}),
+ cpp-${Base-Version} (= ${Binary-Version}),
binutils-@PKG_TARGET_ARCH@,
libgcc.1 (= ${Binary-Version}),
libgomp.1 (= ${Binary-Version}),
@@ -13,6 +13,6 @@ Depends: gcc-4.7-common (= ${Binary-Version}),
libmpfr.4,
libz.1
Recommends: libc.6-dev
-Suggests: gcc-4.7-locales (>= ${Binary-Version}),
+Suggests: gcc-${Base-Version}-locales (>= ${Binary-Version}),
Description: GNU C compiler for @PKG_TARGET_ARCH@
The C language front end for the GNU compiler collection.