pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/ncmpc forgot options.mk in last commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4032e425985
branches:  trunk
changeset: 554052:f4032e425985
user:      jakllsch <jakllsch%pkgsrc.org@localhost>
date:      Sat Feb 07 18:45:15 2009 +0000

description:
forgot options.mk in last commit.

diffstat:

 audio/ncmpc/options.mk |  16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diffs (20 lines):

diff -r 82586890be98 -r f4032e425985 audio/ncmpc/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ncmpc/options.mk    Sat Feb 07 18:45:15 2009 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: options.mk,v 1.1 2009/02/07 18:45:15 jakllsch Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.ncmpc
+PKG_SUPPORTED_OPTIONS= wide-curses
+PKG_SUGGESTED_OPTIONS= wide-curses
+
+.include "../../mk/bsd.options.mk"
+
+###
+### Wide curses support; otherwise, default to using narrow curses.
+###
+.if !empty(PKG_OPTIONS:Mwide-curses)
+.  include "../../devel/ncursesw/buildlink3.mk"
+.else
+.  include "../../devel/ncurses/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index