diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 13:44:18 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 13:44:18 +0000 |
commit | 26d837c550c28bd0ab310edd66236be7ca690618 (patch) | |
tree | e89f0a22e3bb6cb95f88388b9361dc2522b054ee /news | |
parent | 88bd6109a1ec742bf15f8cc2a7e9b0aee82e42a3 (diff) | |
download | ports-26d837c550c28bd0ab310edd66236be7ca690618.tar.gz ports-26d837c550c28bd0ab310edd66236be7ca690618.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/mmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/mmail/Makefile b/news/mmail/Makefile index f7fb93cc5cd7..6c8826d18ff9 100644 --- a/news/mmail/Makefile +++ b/news/mmail/Makefile @@ -12,8 +12,8 @@ COMMENT= Offline BBS mail packet reader supporting QWK/OMEN/SOUP/OPX/BLUEWAVE RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip -USES= gmake -MAKE_ARGS= OPTS="" +USES= gmake ncurses +MAKE_ARGS= OPTS="" LIBS="${LDFLAGS} -lncurses" PLIST_FILES= bin/mmail \ man/man1/mmail.1.gz |