diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-09 08:06:45 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-09 08:06:45 +0000 |
commit | 2f10093d34fa2176c1840e241d219c2b8225ff41 (patch) | |
tree | 8f95207e23d1b3938464211e9e6b8b00e5848075 /math | |
parent | 8e4046a799fe6396d8c25a0dafef8ab1417d3a5f (diff) | |
download | pkgsrc-2f10093d34fa2176c1840e241d219c2b8225ff41.tar.gz |
don't try to put CONFIGURE_ENV into CONFIGURE_ARGS
Diffstat (limited to 'math')
-rw-r--r-- | math/libmatheval/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/libmatheval/Makefile b/math/libmatheval/Makefile index 9bbf991223b..16e34d23953 100644 --- a/math/libmatheval/Makefile +++ b/math/libmatheval/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2014/04/28 12:43:34 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2016/03/09 08:06:45 tnn Exp $ # DISTNAME= libmatheval-1.1.8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=libmatheval/} @@ -18,9 +18,8 @@ INFO_FILES= yes PKGCONFIG_OVERRIDE= libmatheval.pc.in TEST_TARGET= check -CONFIGURE_ARGS+= ac_cv_lib_lex="none needed" +CONFIGURE_ENV+= ac_cv_lib_lex="none needed" -.include "../../devel/flex/buildlink3.mk" .include "../../lang/guile/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |