diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 21:44:18 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 21:44:18 +0800 |
commit | a0969ec9fb55749c54eed6fc909bd92566f89233 (patch) | |
tree | e89f0a22e3bb6cb95f88388b9361dc2522b054ee /news | |
parent | 7a920509068519192c395855d736d70d0bd04598 (diff) | |
download | freebsd-ports-gnome-a0969ec9fb55749c54eed6fc909bd92566f89233.tar.gz freebsd-ports-gnome-a0969ec9fb55749c54eed6fc909bd92566f89233.tar.zst freebsd-ports-gnome-a0969ec9fb55749c54eed6fc909bd92566f89233.zip |
news/mmail: USES+= ncurses, respect LDFLAGS, link ncurses, not curses
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 |