diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2018-02-23 15:21:20 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2018-02-23 15:21:20 +0000 |
commit | 378e09f306bfe3e001568204e5f822524f804aed (patch) | |
tree | 0abfdacc79794bc002e5b09bc6139262762049a5 /math/reduce | |
parent | ee1f9469bfd5295563c8fcae98de1d796e99a668 (diff) |
Notes
Diffstat (limited to 'math/reduce')
-rw-r--r-- | math/reduce/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/math/reduce/Makefile b/math/reduce/Makefile index 8f872097e001..f5f689b5a038 100644 --- a/math/reduce/Makefile +++ b/math/reduce/Makefile @@ -14,24 +14,25 @@ LICENSE= BSD2CLAUSE BROKEN_powerpc64= fails to compile: arith01.cpp: 'statuc' does not name a type +RUN_DEPENDS= gnuplot:math/gnuplot + +LIB_DEPENDS+= libpng.so:graphics/png \ + libtiff.so:graphics/tiff + +MAKE_JOBS_UNSAFE= yes + +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} -SFSUBDIR= snapshot_2018-01-17 - # Avoid GNU_CONFIGURE as it breaks staging HAS_CONFIGURE= yes ALL_TARGET= -MAKE_JOBS_UNSAFE= yes - -RUN_DEPENDS= gnuplot:math/gnuplot - -LIB_DEPENDS+= libpng.so:graphics/png \ - libtiff.so:graphics/tiff USE_XORG= x11 xext xproto xft USES+= jpeg CONFIGURE_ARGS= --with-csl @@ -54,7 +55,6 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${FONTDIR} (cd ${REDUCE_BINS}/csl/reduce.fonts && ${COPYTREE_SHARE} . \ ${STAGEDIR}${DATADIR}/reduce.fonts) - ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/manual/manual.pdf\ ${STAGEDIR}${DOCSDIR} |