diff options
author | rillig <rillig@pkgsrc.org> | 2020-03-21 11:50:10 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-03-21 11:50:10 +0000 |
commit | d3f64b9f2ed1bf0bd02ab0401260b430d4d97c9d (patch) | |
tree | 9b301d634e13d4b8dba195099a8a326142a0cdc2 /math | |
parent | 818f5c66848d9ea49f5d961c4053dbbe451fadf1 (diff) | |
download | pkgsrc-d3f64b9f2ed1bf0bd02ab0401260b430d4d97c9d.tar.gz |
math/cloog: remove unknown configure option --with-bits=gmp
None of the 3 configure programs contains the word "bits".
Diffstat (limited to 'math')
-rw-r--r-- | math/cloog/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/cloog/Makefile b/math/cloog/Makefile index 5ae618b8aca..27050fc4e28 100644 --- a/math/cloog/Makefile +++ b/math/cloog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2020/01/26 17:31:38 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2020/03/21 11:50:10 rillig Exp $ DISTNAME= cloog-0.18.4 CATEGORIES= math @@ -16,7 +16,6 @@ USE_LIBTOOL= yes TEST_TARGET= check CONFIGURE_ARGS+= --with-isl=system -CONFIGURE_ARGS+= --with-bits=gmp BUILDLINK_API_DEPENDS.gmp+= gmp>=6.0 .include "../../devel/gmp/buildlink3.mk" |