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/qwtplot3d-qt4/Makefile | |
parent | Bump version from 0.1 to 0.3 - this fixes at least one critical bug and adds (diff) |
Remove unneeded rundeps on qt4 buildtools
PR: 123362
Submitted by: Max Brazhnikov
Notes
Notes:
svn path=/head/; revision=217905
Diffstat (limited to 'math/qwtplot3d-qt4/Makefile')
-rw-r--r-- | math/qwtplot3d-qt4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |