summaryrefslogtreecommitdiff
path: root/math/rlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/rlab/Makefile')
-rw-r--r--math/rlab/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/rlab/Makefile b/math/rlab/Makefile
index c2348d5526e..74ec1a62f4b 100644
--- a/math/rlab/Makefile
+++ b/math/rlab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/10/02 20:56:34 dillo Exp $
+# $NetBSD: Makefile,v 1.12 2003/01/28 01:18:20 uebayasi Exp $
DISTNAME= rlab-2.1.05
CATEGORIES= math
@@ -49,6 +49,8 @@ RLAB_USE_SUPERLU?= YES
.if (${RLAB_USE_SUPERLU} == YES)
DEPENDS+= superlu-[0-9]*:../../math/superlu
CONFIGURE_ARGS+= --enable-SUPERLU
+CPPFLAGS+= ${BUILDLINK_CPPFLAGS.superlu}
+.include "../../math/superlu/buildlink2.mk"
.endif
.if defined(RLAB_PAGER)