svn commit: r408149 - head/mail/mmr

John Marino marino at FreeBSD.org
Fri Feb 5 09:55:01 UTC 2016


Author: marino
Date: Fri Feb  5 09:55:00 2016
New Revision: 408149
URL: https://svnweb.freebsd.org/changeset/ports/408149

Log:
  mail/mmr: USES+= ncurses, link with libncurses instead of libcurses

Modified:
  head/mail/mmr/Makefile

Modified: head/mail/mmr/Makefile
==============================================================================
--- head/mail/mmr/Makefile	Fri Feb  5 09:53:53 2016	(r408148)
+++ head/mail/mmr/Makefile	Fri Feb  5 09:55:00 2016	(r408149)
@@ -13,7 +13,7 @@ COMMENT=	Curses based MIME Mail Reader
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		iconv
+USES=		iconv ncurses
 MAKE_ARGS=	LIBS='${LIBS}' CXX='${CXX}' CXXFLAGS='${CXXFLAGS}'
 ALL_TARGET=	${PORTNAME}
 
@@ -25,7 +25,7 @@ CXXFLAGS+=	-DTHREADMAIL \
 		-DMAILPATH=\"/var/mail\" \
 		-DMAILER=\"/usr/sbin/sendmail\ -t\" \
 		-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib ${ICONV_LIB} -lcurses -lmd
+LIBS+=		-L${LOCALBASE}/lib ${ICONV_LIB} -lncurses -lmd
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 


More information about the svn-ports-all mailing list