diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-07 17:08:13 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-07 17:08:13 +0000 |
commit | 583ca691561b7694385a3609d9a75852ef88609f (patch) | |
tree | 311f7af88a51fde8c812bf534446ae4d53b06dd2 /math/eval | |
parent | 01586cc2cd8a893e9fb607884b766059ae2a287d (diff) | |
download | FreeBSD-ports-583ca691561b7694385a3609d9a75852ef88609f.zip FreeBSD-ports-583ca691561b7694385a3609d9a75852ef88609f.tar.gz |
- Add new knob USE_LHA [1]
- Convert few ports to USE_LHA [1]
- Revert r303619 since CONFIGURE_ENV already sets CPPFLAGS and LDFLAGS by default. [2]
PR: 176187 [1]
174790 [2]
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> [1]
Gerald Pfeifer <gerald@pfeifer.com> [2]
Diffstat (limited to 'math/eval')
-rw-r--r-- | math/eval/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/eval/Makefile b/math/eval/Makefile index c3ff1ef..d0f5a20 100644 --- a/math/eval/Makefile +++ b/math/eval/Makefile @@ -17,11 +17,8 @@ EXTRACT_SUFX= .lha MAINTAINER= slaven@rezic.de COMMENT= A full featured floating point expression evaluator -EXTRACT_DEPENDS=lha:${PORTSDIR}/archivers/lha +USE_LHA= yes -EXTRACT_CMD= ${CAT} -EXTRACT_BEFORE_ARGS= # empty -EXTRACT_AFTER_ARGS= | lha x - PLIST_FILES= bin/Eval WRKSRC= ${WRKDIR}/Eval/source |