diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 20:28:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 20:28:33 +0800 |
commit | 4f3cc5b574db60e7d5ac81de20ff2b8c75be9b94 (patch) | |
tree | f7794e9d736d200d0e377d9ad097ba09aae60f01 /math/open-axiom | |
parent | 8877978984e69f3edf574278274c1db310e98d24 (diff) | |
download | freebsd-ports-gnome-4f3cc5b574db60e7d5ac81de20ff2b8c75be9b94.tar.gz freebsd-ports-gnome-4f3cc5b574db60e7d5ac81de20ff2b8c75be9b94.tar.zst freebsd-ports-gnome-4f3cc5b574db60e7d5ac81de20ff2b8c75be9b94.zip |
- Convert gmake,bzip2 to USES
Approved by: portmgr
Diffstat (limited to 'math/open-axiom')
-rw-r--r-- | math/open-axiom/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/open-axiom/Makefile b/math/open-axiom/Makefile index 45c831aa4449..c97b0681f698 100644 --- a/math/open-axiom/Makefile +++ b/math/open-axiom/Makefile @@ -13,12 +13,10 @@ COMMENT= A computer algebra system BUILD_DEPENDS= sbcl:${PORTSDIR}/lang/sbcl \ noweb:${PORTSDIR}/devel/noweb -USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lisp=sbcl -USE_GMAKE= yes USE_XORG= x11 ice sm xpm -USES= gettext iconv +USES= gettext iconv gmake tar:bzip2 MAKE_JOBS_UNSAFE=yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib |