diff options
author | pav <pav@FreeBSD.org> | 2009-01-08 16:33:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-08 16:33:58 +0800 |
commit | 49edce3d54d98d52520390a956fcbd1093814d50 (patch) | |
tree | 2e82e63e22146e2a0ea3e7e59745d2cb0fbc072f | |
parent | b915af665e266a5f90cb5e4a2542431a558c3851 (diff) | |
download | freebsd-ports-gnome-49edce3d54d98d52520390a956fcbd1093814d50.tar.gz freebsd-ports-gnome-49edce3d54d98d52520390a956fcbd1093814d50.tar.zst freebsd-ports-gnome-49edce3d54d98d52520390a956fcbd1093814d50.zip |
- Fix CONFIGURE_ARGS which were ignored
Submitted by: bf <bf2006a@yahoo.com>
-rw-r--r-- | math/scilab/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 203df47c12dd..229823494f96 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ pvm:${PORTSDIR}/net/pvm USE_FORTRAN=yes -CONFIGURE_ARGS+= --with-gfortran USE_XORG= x11 GNU_CONFIGURE= yes USE_GETTEXT= yes @@ -43,7 +42,7 @@ CONFIGURE_ARGS= --with-tk \ --without-ocaml \ --with-pvm-library=${LOCALBASE}/lib \ --with-pvm-include=${LOCALBASE}/include \ - --with-gtk2 + --with-gtk2 --with-gfortran CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib CONFIGURE_ENV+= PVM_ROOT=${LOCALBASE}/lib/pvm |