aboutsummaryrefslogtreecommitdiff
path: root/math/speedcrunch
diff options
context:
space:
mode:
Diffstat (limited to 'math/speedcrunch')
-rw-r--r--math/speedcrunch/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/math/speedcrunch/Makefile b/math/speedcrunch/Makefile
index cc1c03e2c845..1c5037cfa7da 100644
--- a/math/speedcrunch/Makefile
+++ b/math/speedcrunch/Makefile
@@ -8,19 +8,17 @@ CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= makc@FreeBSD.org
-COMMENT= A desktop calculator for power users
+COMMENT= Desktop calculator for power users
USE_QT4= qmake_build moc_build rcc_build uic_build gui xml
USES= cmake
CMAKE_SOURCE_PATH= src
-
LRELEASE_CMD= ${LOCALBASE}/bin/lrelease-qt4
LRELEASE_ARGS= -compress -silent
OPTIONS_DEFINE= NLS
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}