svn commit: r408190 - head/news/mmail

John Marino marino at FreeBSD.org
Fri Feb 5 13:44:20 UTC 2016


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


More information about the svn-ports-all mailing list