diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-07-22 02:50:06 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-07-22 02:50:06 +0800 |
commit | 54171062588423801634b075ebaed5202eabe3a3 (patch) | |
tree | 09bc7721381fd84ab41bcf91059fd770995484f6 /math | |
parent | b1bde61610a9d05a60e0d12c56c81dfecbab5d37 (diff) | |
download | freebsd-ports-gnome-54171062588423801634b075ebaed5202eabe3a3.tar.gz freebsd-ports-gnome-54171062588423801634b075ebaed5202eabe3a3.tar.zst freebsd-ports-gnome-54171062588423801634b075ebaed5202eabe3a3.zip |
Fix a build error on 11.0-CURRENT by adding USES=readline.
Diffstat (limited to 'math')
-rw-r--r-- | math/aamath/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/aamath/Makefile b/math/aamath/Makefile index 7f4f30bcd3ff..e6455e0e8771 100644 --- a/math/aamath/Makefile +++ b/math/aamath/Makefile @@ -13,6 +13,8 @@ COMMENT= Renders ASCII art from mathematical expressions LICENSE= GPLv2 +USES= readline + WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/aamath man/man1/aamath.1.gz |