pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/ncmpc



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 16:54:33 UTC 2017

Modified Files:
        pkgsrc/audio/ncmpc: options.mk

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/ncmpc/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/ncmpc/options.mk
diff -u pkgsrc/audio/ncmpc/options.mk:1.2 pkgsrc/audio/ncmpc/options.mk:1.3
--- pkgsrc/audio/ncmpc/options.mk:1.2   Wed Feb 24 18:08:12 2010
+++ pkgsrc/audio/ncmpc/options.mk       Wed Jan  4 16:54:33 2017
@@ -1,17 +1,15 @@
-# $NetBSD: options.mk,v 1.2 2010/02/24 18:08:12 drochner Exp $
+# $NetBSD: options.mk,v 1.3 2017/01/04 16:54:33 roy Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ncmpc
 PKG_SUPPORTED_OPTIONS= wide-curses
 PKG_SUGGESTED_OPTIONS= wide-curses
 
 .include "../../mk/bsd.options.mk"
+.include "../../mk/curses.buildlink3.mk"
 
 ###
 ### Wide curses support; otherwise, default to using narrow curses.
 ###
-.if !empty(PKG_OPTIONS:Mwide-curses)
-.  include "../../devel/ncursesw/buildlink3.mk"
-.else
+.if empty(PKG_OPTIONS:Mwide-curses)
 CONFIGURE_ARGS+= --disable-wide
-.  include "../../devel/ncurses/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index