diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-23 13:24:53 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-23 13:24:53 +0000 |
commit | e273cfa1d1798f129cd57e979464761439387d34 (patch) | |
tree | 90ea9c07e1113a3bc340f96d46f703b5020d7eec /math/eval | |
parent | 5207e4c90c4fa601a9fd0cad4d0b9b5c7d1345d6 (diff) | |
download | FreeBSD-ports-e273cfa1d1798f129cd57e979464761439387d34.zip FreeBSD-ports-e273cfa1d1798f129cd57e979464761439387d34.tar.gz |
Add USES=readline to fix build on -current.
Diffstat (limited to 'math/eval')
-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 9ec2e4f..d65180f 100644 --- a/math/eval/Makefile +++ b/math/eval/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= .lha MAINTAINER= slaven@rezic.de COMMENT= Full featured floating point expression evaluator -USES= lha +USES= lha readline PLIST_FILES= bin/Eval |