diff options
author | tnn <tnn@pkgsrc.org> | 2009-02-17 10:09:08 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-02-17 10:09:08 +0000 |
commit | 0aa0ec3a888d6c948c5a7ea168872f9a1c746e4d (patch) | |
tree | 0b5210278eafc55d43e8b7932135e662b367fb1d /misc | |
parent | ced61ff3209388b3aeb4da410bec942ef9bd1a7f (diff) | |
download | pkgsrc-0aa0ec3a888d6c948c5a7ea168872f9a1c746e4d.tar.gz |
options.mk no longer used with dvtm-0.5.1
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dvtm/options.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/misc/dvtm/options.mk b/misc/dvtm/options.mk deleted file mode 100644 index f586d631532..00000000000 --- a/misc/dvtm/options.mk +++ /dev/null @@ -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 |