diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:28:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:28:33 +0000 |
commit | e9ed236366ed8190657f95c51ec0628c6f21f3b9 (patch) | |
tree | f7794e9d736d200d0e377d9ad097ba09aae60f01 /math/fricas/Makefile | |
parent | Update to the 20140522 snapshot of GCC 4.8.4 which is pretty much the (diff) |
- Convert gmake,bzip2 to USES
Approved by: portmgr
Diffstat (limited to 'math/fricas/Makefile')
-rw-r--r-- | math/fricas/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile index 595d57d24555..60c7c0b8d0da 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -18,10 +18,8 @@ BUILD_DEPENDS= noweb:${PORTSDIR}/devel/noweb \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_BZIP2= yes USE_XORG= x11 ice sm xpm -USES= gettext iconv -USE_GMAKE= yes +USES= gettext iconv gmake tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lisp=sbcl USE_LDCONFIG= ${PREFIX}/lib/fricas/target/${CONFIGURE_TARGET}/lib |