From 328a35f96fe7ec11093e3847c0943eb3a41f2b51 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 12 Jun 2001 20:33:00 +0000 Subject: LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value. --- math/R/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'math/R') diff --git a/math/R/Makefile b/math/R/Makefile index 092094fa97b..2130f20582b 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/06/11 06:34:41 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2001/06/12 20:33:05 jlam Exp $ # DISTNAME= R-1.1.1 @@ -44,7 +44,6 @@ CONFIGURE_ARGS+= --without-blas_risc CONFIGURE_ARGS+= --without-dxml CONFIGURE_ARGS+= --without-libmoto -CONFIGURE_ENV+= LIBS="${LIBS}" CONFIGURE_ENV+= MAKE="${MAKE_PROGRAM}" CPPFLAGS+= -I${LOCALBASE}/include # readline/readline.h -- cgit v1.2.3