diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
commit | 9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch) | |
tree | bc087bd13fb3e313884021b8e0a5e2046e75d491 /math/qtiplot/Makefile | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) |
Notes
Diffstat (limited to 'math/qtiplot/Makefile')
-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 " |