diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-08 15:22:52 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-08 15:22:52 +0000 |
commit | 77b91aeda76b53aeb69754ca484c15598ba631bf (patch) | |
tree | 0118ac8a0fe3f2883a046a3e16c9f4274e81a196 /math/reduce | |
parent | 27f736c055da09f731eadc4e6ebba042b0e0f0df (diff) |
Notes
Diffstat (limited to 'math/reduce')
-rw-r--r-- | math/reduce/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/reduce/Makefile b/math/reduce/Makefile index 95f7b31b7c2a..466d62c6ac2d 100644 --- a/math/reduce/Makefile +++ b/math/reduce/Makefile @@ -28,8 +28,6 @@ SFSUBDIR= snapshot_2018-01-17 USES= autoreconf:build libtool gmake ncurses TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} -CONFIGURE_ARGS= --build=${TARGET_SDIR} -WRKSRC= ${WRKDIR}/${DISTNAME} CPPFLAGS+= -I${NCURSESINC} # Avoid GNU_CONFIGURE as it breaks staging |