pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/ce-doc Explicitly set USE_LANGUAGES, since the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13f6bbeb778d
branches:  trunk
changeset: 516916:13f6bbeb778d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jul 31 21:13:33 2006 +0000

description:
Explicitly set USE_LANGUAGES, since the default value changes when
NO_BUILD is set.

diffstat:

 editors/ce-doc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9aae11566af3 -r 13f6bbeb778d editors/ce-doc/Makefile
--- a/editors/ce-doc/Makefile   Mon Jul 31 21:13:26 2006 +0000
+++ b/editors/ce-doc/Makefile   Mon Jul 31 21:13:33 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/06/21 23:52:45 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2006/07/31 21:13:33 rillig Exp $
 #
 
 .include "../../editors/ce/Makefile.common"
@@ -10,6 +10,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 NO_BUILD=              yes
+USE_LANGUAGES=         c
 
 INSTALL_TARGET=                doc-install
 



Home | Main Index | Thread Index | Old Index