diff options
author | John Marino <marino@FreeBSD.org> | 2016-11-20 03:29:01 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-11-20 03:29:01 +0800 |
commit | f8f29f644430869ff7454b7244620d435dc354dd (patch) | |
tree | eac6712ae772bfd7ddd75f8e2fff07a8111610ad /editors | |
parent | 33b24322d584415e3df83b35652c5d38d02d1a19 (diff) | |
download | freebsd-ports-gnome-f8f29f644430869ff7454b7244620d435dc354dd.tar.gz freebsd-ports-gnome-f8f29f644430869ff7454b7244620d435dc354dd.tar.zst freebsd-ports-gnome-f8f29f644430869ff7454b7244620d435dc354dd.zip |
emulators/kcemu, editors/wordgrinder: Document ncurses requirement
Approved by: ncurses blanket
Diffstat (limited to 'editors')
-rw-r--r-- | editors/wordgrinder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/wordgrinder/Makefile b/editors/wordgrinder/Makefile index 05808adf5235..0c3299821d17 100644 --- a/editors/wordgrinder/Makefile +++ b/editors/wordgrinder/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem USE_GITHUB= yes GH_ACCOUNT= davidgiven -USES= gmake lua:52 +USES= gmake lua:52 ncurses PLIST_FILES= bin/wordgrinder \ share/doc/wordgrinder/README.wg \ |