From eb541c134be7f70b4b6d1bef1957887c3edeab6c Mon Sep 17 00:00:00 2001 From: steven Date: Tue, 15 Jun 2010 20:47:38 +0000 Subject: [PATCH] disable build of fortran 95 bindings for now --- math/plplot/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 424d1f5dad3..afa214518af 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2010/05/28 14:48:34 naddy Exp $ +# $OpenBSD: Makefile,v 1.30 2010/06/15 20:47:38 steven Exp $ SHARED_ONLY= Yes @@ -53,6 +53,8 @@ MODULES+= devel/cmake CONFIGURE_STYLE=cmake CONFIGURE_ARGS= -D ENABLE_java=OFF \ + -D ENABLE_f77=ON \ + -D ENABLE_f95=OFF \ -D ENABLE_itcl=OFF \ -D ENABLE_pdl=OFF \ -D ENABLE_python=OFF \