diff options
author | obache <obache@pkgsrc.org> | 2010-08-15 12:01:32 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-15 12:01:32 +0000 |
commit | a158da8b4c326b556ecf54ae9930852d05a889c7 (patch) | |
tree | 6554698319c5697ed144a70d818da411d9ab3f9a /sysutils | |
parent | 2876804eeb987179c061ae0703c32f8e4fb5af3b (diff) | |
download | pkgsrc-a158da8b4c326b556ecf54ae9930852d05a889c7.tar.gz |
Fixes variable name to detect builtin.
Diffstat (limited to 'sysutils')
-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 |