svn commit: r549124 - head/audio/ncpamixer

Yuri Victorovich yuri at FreeBSD.org
Sun Sep 20 16:52:11 UTC 2020


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}
 


More information about the svn-ports-head mailing list