pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/dvtm options.mk no longer used with dvtm-0.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15c3551f74a2
branches:  trunk
changeset: 554629:15c3551f74a2
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Feb 17 10:09:08 2009 +0000

description:
options.mk no longer used with dvtm-0.5.1

diffstat:

 misc/dvtm/options.mk |  17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diffs (21 lines):

diff -r 946cbe41bb5d -r 15c3551f74a2 misc/dvtm/options.mk
--- a/misc/dvtm/options.mk      Tue Feb 17 10:08:15 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: options.mk,v 1.1.1.1 2008/03/09 17:20:47 tnn Exp $
-
-PKG_OPTIONS_VAR=               PKG_OPTIONS.dvtm
-PKG_SUPPORTED_OPTIONS=         wide-curses
-PKG_SUGGESTED_OPTIONS=         wide-curses
-PKG_OPTIONS_LEGACY_OPTS+=      ncursesw:wide-curses
-
-.include "../../mk/bsd.options.mk"
-
-USE_NCURSES=   yes     # mouse extensions (not X/Open Curses compliant)
-
-.if !empty(PKG_OPTIONS:Mwide-curses)
-.  include "../../devel/ncursesw/buildlink3.mk"
-BUILD_TARGET=  unicode
-.else
-.  include "../../devel/ncurses/buildlink3.mk"
-.endif



Home | Main Index | Thread Index | Old Index