diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-05 22:15:37 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-05 22:15:37 +0000 |
| commit | b02e3b07c67584c547957c6ec4930f912eb7dae7 (patch) | |
| tree | a5a36e8ad6d16f5f55d3683baf364a78213513f7 | |
| parent | sharutils is an EXTRACT_DEPENDS, not a BUILD_DEPENDS (diff) | |
lha is an EXTRACT_DEPENDS, not BUILD_DEPENDS
| -rw-r--r-- | math/eval/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/eval/Makefile b/math/eval/Makefile index b5217e9d2b3a..e1ec4c3f995e 100644 --- a/math/eval/Makefile +++ b/math/eval/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .lha MAINTAINER= eserte@cs.tu-berlin.de COMMENT= A full featured floating point expression evaluator -BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha +EXTRACT_DEPENDS=lha:${PORTSDIR}/archivers/lha EXTRACT_CMD= ${CAT} EXTRACT_BEFORE_ARGS= # empty |
