diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2008-08-01 09:46:54 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2008-08-01 09:46:54 +0000 |
commit | f6a3e314f0c9c8d6d9c86283bc5d0edb9ed4de77 (patch) | |
tree | d0705a3eca9cd9d73333908ec7f9530d34e8be29 /math/freemat | |
parent | f1be30e969b068aafc766481c06fbb17a2b9dc66 (diff) | |
download | ports-f6a3e314f0c9c8d6d9c86283bc5d0edb9ed4de77.tar.gz ports-f6a3e314f0c9c8d6d9c86283bc5d0edb9ed4de77.zip |
Notes
Diffstat (limited to 'math/freemat')
-rw-r--r-- | math/freemat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile index f8620d2ed1c5..7878d566f18c 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -7,7 +7,7 @@ PORTNAME= FreeMat PORTVERSION= 3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math science MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} @@ -32,7 +32,7 @@ FFLAGS+= -O2 USE_GL= yes USE_QT_VER= 4 USE_GMAKE= yes -QT_COMPONENTS= gui network opengl moc rcc uic xml svg +QT_COMPONENTS= gui network opengl moc_build rcc_build uic_build xml svg GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-blas="${BLAS}" --without-llvm |