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/speedcrunch | |
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/speedcrunch')
-rw-r--r-- | math/speedcrunch/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/speedcrunch/Makefile b/math/speedcrunch/Makefile index 25b88713db19..1f6e21966282 100644 --- a/math/speedcrunch/Makefile +++ b/math/speedcrunch/Makefile @@ -14,8 +14,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= makc@FreeBSD.org COMMENT= A desktop calculator for power users -USE_QT_VER= 4 -QT_COMPONENTS= qmake_build moc_build rcc_build uic_build gui xml +USE_QT4= qmake_build moc_build rcc_build uic_build gui xml USE_CMAKE= yes CMAKE_SOURCE_PATH= src @@ -25,7 +24,7 @@ LRELEASE_CMD= ${LOCALBASE}/bin/lrelease-qt4 LRELEASE_ARGS= -compress -silent .if !defined(WITHOUT_NLS) -QT_COMPONENTS+= linguist +USE_QT4+= linguist PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " |