diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-02 07:28:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-02 07:28:02 +0000 |
commit | c6ad811c8615853828a1a1a86cc4aac3c3882168 (patch) | |
tree | 8fe53bef663b0770b01c42d6abbc2eb0e92f9152 | |
parent | Use IGNORE instead of BROKEN. (diff) |
- Fix a braino: s/theme/engine/
Reported by: erwin
-rw-r--r-- | x11-themes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index b487a61d43fc..b9fab147b7a4 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -30,7 +30,7 @@ SUBDIR += gtk-Mac2-theme SUBDIR += gtk-aqualightblue-theme SUBDIR += gtk-bluecurve-theme - SUBDIR += gtk-cleanice-theme + SUBDIR += gtk-cleanice-engine SUBDIR += gtk-engines SUBDIR += gtk-engines-collection SUBDIR += gtk-engines2 |