diff options
author | John Marino <marino@FreeBSD.org> | 2016-11-20 05:52:40 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-11-20 05:52:40 +0000 |
commit | 09843862d8d647dab5a09f7a7fe3ed566e4e57fc (patch) | |
tree | 8da9e3e204e73d46ccfb75eb44099ac582f2f750 /math/reduce | |
parent | - Update to 4.1.2 (diff) |
math/reduce: Set CPPFLAGS for ports-ncurses
Approved by: ncurses blanket
Notes
Notes:
svn path=/head/; revision=426559
Diffstat (limited to 'math/reduce')
-rw-r--r-- | math/reduce/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/reduce/Makefile b/math/reduce/Makefile index ef4023f3fd13..512487e6286c 100644 --- a/math/reduce/Makefile +++ b/math/reduce/Makefile @@ -18,6 +18,7 @@ USES= autoreconf:build gmake ncurses tar:bzip2 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 |