diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-08 08:33:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-08 08:33:58 +0000 |
commit | e35d34180b8d5c9a35621f2fb2326c8482e58d4b (patch) | |
tree | 432e1b4251b7d5f86bd41cc4a01f3a4ab4c1096b /math | |
parent | 0a1b168539318adcfba294ee02ec97bf33e3080d (diff) |
Notes
Diffstat (limited to 'math')
-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 |