summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-08-15 12:01:32 +0000
committerobache <obache@pkgsrc.org>2010-08-15 12:01:32 +0000
commit38b2268f543de1b4aec5500b531e866b1ad881c3 (patch)
tree6554698319c5697ed144a70d818da411d9ab3f9a /sysutils
parent0f09118329d4517336f4e4d726eecfd3a52d45ee (diff)
downloadpkgsrc-38b2268f543de1b4aec5500b531e866b1ad881c3.tar.gz
Fixes variable name to detect builtin.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dtpstree/options.mk4
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