aboutsummaryrefslogtreecommitdiffstats
path: root/math/scilab/Makefile
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-06-06 05:14:39 +0800
committerthierry <thierry@FreeBSD.org>2005-06-06 05:14:39 +0800
commitc2b3cd27d0dcc28f4fbd5c82a138ec827f7dc69c (patch)
tree05cd36a18f4d7e5d2838ab35e3e38bad8ec88a38 /math/scilab/Makefile
parentdca63e21a5fb3b6a0b6f123745c289f596434f81 (diff)
downloadfreebsd-ports-gnome-c2b3cd27d0dcc28f4fbd5c82a138ec827f7dc69c.tar.gz
freebsd-ports-gnome-c2b3cd27d0dcc28f4fbd5c82a138ec827f7dc69c.tar.zst
freebsd-ports-gnome-c2b3cd27d0dcc28f4fbd5c82a138ec827f7dc69c.zip
Add support of FFLAGS.
PR: ports/81885 (follow-up) Submitted by: maintainer
Diffstat (limited to 'math/scilab/Makefile')
-rw-r--r--math/scilab/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 83597d50085c..a04b4974759a 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -44,7 +44,7 @@ CONFIGURE_ARGS= --with-tk \
--without-java \
--without-ocaml
-CONFIGURE_ENV= PVM_ROOT=${PVM_ROOT} X11BASE=${X11BASE} F77=${F77}
+CONFIGURE_ENV= PVM_ROOT=${PVM_ROOT} X11BASE=${X11BASE} F77=${F77} FFLAGS="${FFLAGS}"
MAKE_ENV= PVM_INCLUDE=${LOCALBASE}/include
PLIST_SUB= PORTVERSION="${PORTVERSION}" DOCSDIR="share/doc/scilab-${PORTVERSION}"