diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-05-05 11:06:36 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-05-05 11:06:36 +0000 |
commit | 01a75dbc25223ac90c1f773870bbddb99f03c749 (patch) | |
tree | f5598f38e36af97caf5f5f6aceadaf380f98c941 /math | |
parent | d11e0697512153f95754982ce2c1349e1feada45 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index a8ef3794a067..bea47f4db75d 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -7,6 +7,7 @@ PORTNAME= scilab PORTVERSION= 5.2.2 +PORTREVISION= 1 CATEGORIES= math cad parallel java MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/ EXTRACT_SUFX= -src.tar.gz @@ -29,6 +30,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib ${PTHREAD_LIBS} +FFLAGS+= -fPIC OPTIONS= ATLAS "Use Atlas instead of Blas" OFF \ FFTW "Use FFTW" ON \ |