diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-20 19:48:06 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-20 19:48:06 +0000 |
commit | 7f5294f0da22bea18733d9dc02f527909d4e9265 (patch) | |
tree | 1019b938f6d5509bf1f77830d8331b097dcf3a61 /math | |
parent | 6155f1abb2e73b9bf9788ca7eed3bf0a570b480e (diff) | |
download | ports-7f5294f0da22bea18733d9dc02f527909d4e9265.tar.gz ports-7f5294f0da22bea18733d9dc02f527909d4e9265.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/calc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile index a52d57f8304c..485686b5f598 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= johans@FreeBSD.org COMMENT= Arbitrary precision calculator -USES= gmake tar:bzip2 +USES= gmake tar:bzip2 readline USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes |