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/audio/herrie/options.mk,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/audio/herrie/options.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- pkgsrc/audio/herrie/options.mk 2016/07/10 09:42:07 1.8 +++ pkgsrc/audio/herrie/options.mk 2017/01/04 16:47:59 1.9 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2016/07/10 09:42:07 rillig Exp $ +# $NetBSD: options.mk,v 1.9 2017/01/04 16:47:59 roy Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.herrie PKG_SUPPORTED_OPTIONS= curl libao modplug libspiff sndfile \ @@ -6,6 +6,7 @@ PKG_SUPPORTED_OPTIONS= curl libao modpl PKG_SUGGESTED_OPTIONS= curl PKG_OPTIONS_LEGACY_OPTS+= ncursesw:wide-curses +.include "../../mk/curses.buildlink3.mk" .include "../../mk/oss.buildlink3.mk" .if ${OSS_TYPE} == "native" @@ -65,10 +66,3 @@ CONFIGURE_ARGS+= no_strip strict .else CONFIGURE_ARGS+= no_vorbis .endif - -.if !empty(PKG_OPTIONS:Mwide-curses) -. include "../../devel/ncursesw/buildlink3.mk" -.else -CONFIGURE_ARGS+= ncurses -. include "../../devel/ncurses/buildlink3.mk" -.endif