diff options
author | marino <marino@FreeBSD.org> | 2016-11-20 13:52:40 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-11-20 13:52:40 +0800 |
commit | 03eab3cf82ce0cb467b8c69239a3054f50979e86 (patch) | |
tree | 8da9e3e204e73d46ccfb75eb44099ac582f2f750 | |
parent | d45ba3766526469cd3bc3ced8c751dad746fa92c (diff) | |
download | freebsd-ports-gnome-03eab3cf82ce0cb467b8c69239a3054f50979e86.tar.gz freebsd-ports-gnome-03eab3cf82ce0cb467b8c69239a3054f50979e86.tar.zst freebsd-ports-gnome-03eab3cf82ce0cb467b8c69239a3054f50979e86.zip |
math/reduce: Set CPPFLAGS for ports-ncurses
Approved by: ncurses blanket
-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 |