From b60461971985d223bb4c9dfcfd93528f6e6a479c Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 19 Sep 2007 05:55:05 +0000 Subject: Fix build with curses option. From Yakovetsky Vladimir in PR 36998. --- news/tin/options.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'news/tin/options.mk') diff --git a/news/tin/options.mk b/news/tin/options.mk index acdae50dfb9..f45d110d5d5 100644 --- a/news/tin/options.mk +++ b/news/tin/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2007/09/13 23:14:41 wiz Exp $ +# $NetBSD: options.mk,v 1.8 2007/09/19 05:55:05 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tin PKG_SUPPORTED_OPTIONS= icu inet6 tin-use-inn-spool @@ -13,7 +13,9 @@ PKG_SUGGESTED_OPTIONS= curses .if !empty(PKG_OPTIONS:Mcurses) . include "../../mk/curses.buildlink3.mk" CONFIGURE_ARGS+= --with-screen=curses +. if !empty(BUILDLINK_PREFIX.curses) CONFIGURE_ARGS+= --with-curses-dir=${BUILDLINK_PREFIX.curses} +. endif .endif .if !empty(PKG_OPTIONS:Mncurses) -- cgit v1.2.3