diff options
author | arved <arved@FreeBSD.org> | 2008-08-01 17:46:54 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2008-08-01 17:46:54 +0800 |
commit | ddc058488f939e57dbb312922a95cd9081c87feb (patch) | |
tree | 08ba9d4423aa599a997d747ce493e9c56d1bf727 /math/freemat | |
parent | b3a1c5bc0e337b1e0c8014a9b8271be0663ef850 (diff) | |
download | freebsd-ports-gnome-ddc058488f939e57dbb312922a95cd9081c87feb.tar.gz freebsd-ports-gnome-ddc058488f939e57dbb312922a95cd9081c87feb.tar.zst freebsd-ports-gnome-ddc058488f939e57dbb312922a95cd9081c87feb.zip |
Remove unneeded rundeps on qt4 buildtools
PR: 123362
Submitted by: Max Brazhnikov
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 |