diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-31 21:13:33 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-31 21:13:33 +0000 |
commit | 9568aaec87b8853ae7c3bfa059cc7cb8bf30799f (patch) | |
tree | da94f6590f1445711080793dbb4d0d265a90fda1 /editors | |
parent | ceff3e2416a512cda7886e793f41c0dc24fc29b5 (diff) | |
download | pkgsrc-9568aaec87b8853ae7c3bfa059cc7cb8bf30799f.tar.gz |
Explicitly set USE_LANGUAGES, since the default value changes when
NO_BUILD is set.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ce-doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/ce-doc/Makefile b/editors/ce-doc/Makefile index 5815f3ec808..334ff12a605 100644 --- a/editors/ce-doc/Makefile +++ b/editors/ce-doc/Makefile @@ -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 @@ COMMENT+= , documentation PKG_INSTALLATION_TYPES= overwrite pkgviews NO_BUILD= yes +USE_LANGUAGES= c INSTALL_TARGET= doc-install |