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 | |
parent | f1be30e969b068aafc766481c06fbb17a2b9dc66 (diff) | |
download | ports-f6a3e314f0c9c8d6d9c86283bc5d0edb9ed4de77.tar.gz ports-f6a3e314f0c9c8d6d9c86283bc5d0edb9ed4de77.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/freemat/Makefile | 4 | ||||
-rw-r--r-- | math/qwtplot3d-qt4/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/math/qwtplot3d-qt4/Makefile b/math/qwtplot3d-qt4/Makefile index 7759fd23176d..71212763b236 100644 --- a/math/qwtplot3d-qt4/Makefile +++ b/math/qwtplot3d-qt4/Makefile @@ -7,7 +7,7 @@ PORTNAME= qwtplot3d PORTVERSION= 0.2.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF PKGNAMESUFFIX= -qt4 @@ -17,7 +17,7 @@ MAINTAINER= makc@issp.ac.ru COMMENT= 3D plotting widgets for scientific data and math expressions USE_QT_VER= 4 -QT_COMPONENTS= gui moc qmake opengl +QT_COMPONENTS= gui moc_build qmake_build opengl USE_LDCONFIG= yes HAS_CONFIGURE= yes USE_DOS2UNIX= yes |