Date: Sun, 20 Sep 2020 16:52:10 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549124 - head/audio/ncpamixer Message-ID: <202009201652.08KGqAOg026842@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Sep 20 16:52:10 2020 New Revision: 549124 URL: https://svnweb.freebsd.org/changeset/ports/549124 Log: audio/ncpamixer: Fix the portlint warning Reported by: linimon Modified: head/audio/ncpamixer/Makefile Modified: head/audio/ncpamixer/Makefile ============================================================================== --- head/audio/ncpamixer/Makefile Sun Sep 20 16:50:16 2020 (r549123) +++ head/audio/ncpamixer/Makefile Sun Sep 20 16:52:10 2020 (r549124) @@ -19,7 +19,7 @@ GH_ACCOUNT= fulhax WRKSRC_SUBDIR= src -CFLAGS+= -I/usr/local/include/ncurses # USES=ncurses:port fails to add this +CFLAGS+= -I${LOCALBASE}/include/ncurses # USES=ncurses:port fails to add this PLIST_FILES= bin/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009201652.08KGqAOg026842>