Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 09:55:00 +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: r408149 - head/mail/mmr
Message-ID:  <201602050955.u159t0Ew052749@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602050955.u159t0Ew052749>