summaryrefslogtreecommitdiffstats
path: root/xorg-proto
diff options
context:
space:
mode:
authorIsmael Luceno2015-07-24 13:21:39 -0300
committerIsmael Luceno2015-07-25 13:55:50 -0300
commit5308b3c8867ac2e5dfea4532b79dc4c31e1488b0 (patch)
tree214c279812e1763eb5d7f8b25829a91d32e0a293 /xorg-proto
parent743b1849dd01e7783c65f79d1bf95ddf4bb1d34d (diff)
dri3proto: Make it depend on AWK instead of gawk
Diffstat (limited to 'xorg-proto')
-rwxr-xr-xxorg-proto/dri3proto/DEPENDS3
-rw-r--r--xorg-proto/dri3proto/HISTORY4
2 files changed, 4 insertions, 3 deletions
diff --git a/xorg-proto/dri3proto/DEPENDS b/xorg-proto/dri3proto/DEPENDS
index 9110a7c33e..37a8a7c7ab 100755
--- a/xorg-proto/dri3proto/DEPENDS
+++ b/xorg-proto/dri3proto/DEPENDS
@@ -1,4 +1,3 @@
. $GRIMOIRE/FUNCTIONS
depends util-macros &&
-depends gawk
-
+depends AWK
diff --git a/xorg-proto/dri3proto/HISTORY b/xorg-proto/dri3proto/HISTORY
index b75dcf7d2e..7630ba4e55 100644
--- a/xorg-proto/dri3proto/HISTORY
+++ b/xorg-proto/dri3proto/HISTORY
@@ -1,4 +1,6 @@
+2015-07-24 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: gawk -> AWK
+
2013-11-02 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.0
spell created
-