aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-08 08:33:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-08 08:33:58 +0000
commite35d34180b8d5c9a35621f2fb2326c8482e58d4b (patch)
tree432e1b4251b7d5f86bd41cc4a01f3a4ab4c1096b
parent0a1b168539318adcfba294ee02ec97bf33e3080d (diff)
downloadports-e35d34180b8d5c9a35621f2fb2326c8482e58d4b.tar.gz
ports-e35d34180b8d5c9a35621f2fb2326c8482e58d4b.zip
- Fix CONFIGURE_ARGS which were ignored
Submitted by: bf <bf2006a@yahoo.com>
Notes
Notes: svn path=/head/; revision=225435
-rw-r--r--math/scilab/Makefile3
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