From 21646392b027298c4aca08ad5386649a6869ccea Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Wed, 23 Oct 2013 13:08:41 +0000 Subject: - Support staging - Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes --- math/speedcrunch/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'math/speedcrunch') 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 .if ${PORT_OPTIONS:MNLS} -- cgit v1.2.3