diff options
author | joerg <joerg> | 2009-04-08 23:03:14 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-04-08 23:03:14 +0000 |
commit | 49af7ae86e2506bba82eb836fa07c5794f670abf (patch) | |
tree | 6d343843138ffdf6078d366cc964a5c5ebe14e38 /mk/bsd.prefs.mk | |
parent | ad4be2332626ac830d7800c82a038d8735112270 (diff) | |
download | pkgsrc-49af7ae86e2506bba82eb836fa07c5794f670abf.tar.gz |
Clear USE_LANGUAGES for meta packages.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 6ff987aaf25..da42d819ad1 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.289 2009/04/08 23:02:03 joerg Exp $ +# $NetBSD: bsd.prefs.mk,v 1.290 2009/04/08 23:03:14 joerg Exp $ # # This file includes the mk.conf file, which contains the user settings. # @@ -370,6 +370,7 @@ NO_BUILD= yes DISTFILES= # none PLIST_SRC= # none CHECK_PERMS= no +USE_LANGUAGES= # empty do-patch: @${DO_NADA} do-install: |