diff options
author | miwi <miwi@FreeBSD.org> | 2012-06-06 14:44:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-06-06 14:44:37 +0800 |
commit | bdb01e436951afbc072801302b9a72407299f54a (patch) | |
tree | 204231aa3dafe24790c35a32986984cdb94f5cd1 /math/qtiplot | |
parent | 6ec4188dabec3cbd63cc23138b8ae1aea5370086 (diff) | |
download | freebsd-ports-gnome-bdb01e436951afbc072801302b9a72407299f54a.tar.gz freebsd-ports-gnome-bdb01e436951afbc072801302b9a72407299f54a.tar.zst freebsd-ports-gnome-bdb01e436951afbc072801302b9a72407299f54a.zip |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
Diffstat (limited to 'math/qtiplot')
-rw-r--r-- | math/qtiplot/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index ec32ab95b52b..38c2567415c1 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -23,8 +23,7 @@ LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl \ USE_BZIP2= yes USE_GMAKE= yes -USE_QT_VER= 4 -QT_COMPONENTS= gui opengl svg qt3support network assistantclient \ +USE_QT4= gui opengl svg qt3support network assistantclient \ moc_build qmake_build rcc_build USE_GL= glu HAS_CONFIGURE= yes @@ -58,11 +57,11 @@ PLIST_SUB+= PYTHON="@comment " .if !defined(WITHOUT_DOCS) RUN_DEPENDS+= qtiplot-doc>=0:${PORTSDIR}/math/qtiplot-doc -QT_COMPONENTS+= assistant-adp_run +USE_QT4+= assistant-adp_run .endif .if !defined(WITHOUT_NLS) -QT_COMPONENTS+= linguist_build +USE_QT4+= linguist_build PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " |