diff options
-rw-r--r-- | sysutils/dtpstree/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dtpstree/options.mk b/sysutils/dtpstree/options.mk index b3406a185e9..f93c21d331f 100644 --- a/sysutils/dtpstree/options.mk +++ b/sysutils/dtpstree/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1.1.1 2010/08/15 09:07:11 obache Exp $ +# $NetBSD: options.mk,v 1.2 2010/08/15 12:01:32 obache Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.dtpstree @@ -7,7 +7,7 @@ PKG_SUPPORTED_OPTIONS= terminfo CHECK_BUILTIN.terminfo:= yes .include "../../mk/terminfo.builtin.mk" CHECK_BUILTIN.terminfo:= no -.if !empty(CHECK_BUILTIN.terminfo:M[yY][eE][sS]) +.if !empty(USE_BUILTIN.terminfo:M[yY][eE][sS]) PKG_SUGGESTED_OPTIONS= terminfo .endif |