Date: Fri, 5 Feb 2016 13:44:18 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408190 - head/news/mmail Message-ID: <201602051344.u15DiIDc022838@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Feb 5 13:44:18 2016 New Revision: 408190 URL: https://svnweb.freebsd.org/changeset/ports/408190 Log: news/mmail: USES+= ncurses, respect LDFLAGS, link ncurses, not curses Modified: head/news/mmail/Makefile Modified: head/news/mmail/Makefile ============================================================================== --- head/news/mmail/Makefile Fri Feb 5 13:42:12 2016 (r408189) +++ head/news/mmail/Makefile Fri Feb 5 13:44:18 2016 (r408190) @@ -12,8 +12,8 @@ COMMENT= Offline BBS mail packet reader 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051344.u15DiIDc022838>