diff options
author | rillig <rillig> | 2006-07-31 21:13:33 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-07-31 21:13:33 +0000 |
commit | 87d38bc162d12388e86da9dd4c57aa9d78784b1c (patch) | |
tree | da94f6590f1445711080793dbb4d0d265a90fda1 /editors/ce-doc | |
parent | aecc894f51406f68bd6b7b9488575a9704d30ba9 (diff) | |
download | pkgsrc-87d38bc162d12388e86da9dd4c57aa9d78784b1c.tar.gz |
Explicitly set USE_LANGUAGES, since the default value changes when
NO_BUILD is set.
Diffstat (limited to 'editors/ce-doc')
-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 |