diff options
Diffstat (limited to 'math/reduce/Makefile')
-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 ef4023f3fd1..512487e6286 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 |