diff options
author | agc <agc@pkgsrc.org> | 2007-06-03 21:32:18 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2007-06-03 21:32:18 +0000 |
commit | c8b15d3ad64526e07b618c16a472ea4e783db2b8 (patch) | |
tree | 6f914f146d81b6a84f6aa59d8936e306c7e742bb /wm | |
parent | 8b91f133803270cce2122d057ad2122eefdf7fc1 (diff) | |
download | pkgsrc-c8b15d3ad64526e07b618c16a472ea4e783db2b8.tar.gz |
Fix a problem pointed out by Krister Walfridsson - don't indent a comment
with tabs in a Makefile - bmake gets awfully upset because it thinks it's
a shell command.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/metisse/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/metisse/Makefile b/wm/metisse/Makefile index 0258d7846f6..a8f893d1532 100644 --- a/wm/metisse/Makefile +++ b/wm/metisse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/06/02 19:25:37 agc Exp $ +# $NetBSD: Makefile,v 1.3 2007/06/03 21:32:18 agc Exp $ # DISTNAME= metisse-0.4.0-rc4 @@ -16,8 +16,7 @@ USE_TOOLS+= pkg-config msgfmt perl USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_GNU_READLINE= yes # uses read_history_range append_history - # history_truncate_file +USE_GNU_READLINE= yes # uses read_history_range, append_history & history_truncate_file DEPENDS+= rxvt>=2.7.10nb5:../../x11/rxvt |