summaryrefslogtreecommitdiffstats
path: root/patches/gmake/01_fix-name-of-gmake-package-in-dependencies.patch
blob: 60d1b9029f8f9e306e0ae3eddea4ae0ca4c723ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From: "P. J. McDermott" <pjm@nac.net>
Date: Tue, 2 Jul 2013 16:13:17 -0400
Subject: Fix name of gmake package in dependencies.

---
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}
-- 
1.7.10.4