diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-05-12 11:48:49 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-05-12 11:48:49 +0000 |
commit | 7678193c3d2d11d8aacac35c5406a374326be6eb (patch) | |
tree | fcff4e051f035837ff7cab73432d274b96171613 /math/speedcrunch | |
parent | e59a9684168aad56d6d455a49d69fab3655dae52 (diff) | |
download | ports-7678193c3d2d11d8aacac35c5406a374326be6eb.tar.gz ports-7678193c3d2d11d8aacac35c5406a374326be6eb.zip |
Notes
Diffstat (limited to 'math/speedcrunch')
-rw-r--r-- | math/speedcrunch/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/speedcrunch/Makefile b/math/speedcrunch/Makefile index 3604d00a2674..a84e22ee2caf 100644 --- a/math/speedcrunch/Makefile +++ b/math/speedcrunch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: speedcrunch -# Date created: 27 Jul 2007 -# Whom: Yinghong.Liu <relaxbsd@gmail.com> -# +# Created by: Yinghong.Liu <relaxbsd@gmail.com> # $FreeBSD$ -# PORTNAME= speedcrunch DISTVERSION= 0.10.1 @@ -23,6 +19,8 @@ MAKE_JOBS_SAFE= yes LRELEASE_CMD= ${LOCALBASE}/bin/lrelease-qt4 LRELEASE_ARGS= -compress -silent +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |