summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-02 16:13:17 (EDT)
committer P. J. McDermott <pjm@nac.net>2014-01-18 16:50:06 (EST)
commit989b60b0e8fa83640444a3669995a4559fd576e1 (patch)
tree0818fd7c6a724767a50d322a135156bded578df1
parent51a996afa3bbb82dbe49a92a49f8eb868022a125 (diff)
Fix name of gmake package in Depends.
-rw-r--r--gmake-doc.pkg/control2
-rw-r--r--gmake-locales.pkg/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/gmake-doc.pkg/control b/gmake-doc.pkg/control
index bff9285..b582797 100644
--- a/gmake-doc.pkg/control
+++ b/gmake-doc.pkg/control
@@ -1,5 +1,5 @@
Architecture: any
Platform: all
-Depends: make (= ${Binary-Version})
+Depends: gmake (= ${Binary-Version})
Description: GNU make documentation.
${Common-Description}
diff --git a/gmake-locales.pkg/control b/gmake-locales.pkg/control
index 97c834f..0d57685 100644
--- a/gmake-locales.pkg/control
+++ b/gmake-locales.pkg/control
@@ -1,5 +1,5 @@
Architecture: any
Platform: all
-Depends: make (= ${Binary-Version})
+Depends: gmake (= ${Binary-Version})
Description: GNU make locale packages.
${Common-Description}