Date: Sun, 20 Nov 2016 05:52:40 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426559 - head/math/reduce Message-ID: <201611200552.uAK5qeoR089376@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Nov 20 05:52:40 2016 New Revision: 426559 URL: https://svnweb.freebsd.org/changeset/ports/426559 Log: math/reduce: Set CPPFLAGS for ports-ncurses Approved by: ncurses blanket Modified: head/math/reduce/Makefile Modified: head/math/reduce/Makefile ============================================================================== --- head/math/reduce/Makefile Sun Nov 20 05:34:25 2016 (r426558) +++ head/math/reduce/Makefile Sun Nov 20 05:52:40 2016 (r426559) @@ -18,6 +18,7 @@ USES= autoreconf:build gmake ncurses ta TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} CONFIGURE_ARGS= --build=${TARGET_SDIR} WRKSRC= ${WRKDIR}/${DISTNAME} +CPPFLAGS+= -I${NCURSESINC} SFSUBDIR= Snapshot_2014-11-30-kept-only-for-historical-interest
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611200552.uAK5qeoR089376>