Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/news/tin/options.mk,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/news/tin/options.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- pkgsrc/news/tin/options.mk 2010/02/25 16:05:57 1.11 +++ pkgsrc/news/tin/options.mk 2010/07/26 06:52:52 1.12 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.11 2010/02/25 16:05:57 drochner Exp $ +# $NetBSD: options.mk,v 1.12 2010/07/26 06:52:52 dholland Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tin PKG_SUPPORTED_OPTIONS= icu inet6 tin-use-inn-spool @@ -20,12 +20,14 @@ CONFIGURE_ARGS+= --with-curses-dir=${BUI .if !empty(PKG_OPTIONS:Mncurses) . include "../../devel/ncurses/buildlink3.mk" +USE_NCURSES= yes CONFIGURE_ARGS+= --with-screen=ncurses CONFIGURE_ARGS+= --with-curses-dir=${BUILDLINK_PREFIX.ncurses} .endif .if !empty(PKG_OPTIONS:Mncursesw) . include "../../devel/ncursesw/buildlink3.mk" +USE_NCURSES= yes CONFIGURE_ARGS+= --with-screen=ncursesw CONFIGURE_ARGS+= --with-curses-dir=${BUILDLINK_PREFIX.ncursesw} .endif