Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2014 23:21:06 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367316 - head/mail/mixmaster
Message-ID:  <201409042321.s84NL6GP018158@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Sep  4 23:21:06 2014
New Revision: 367316
URL: http://svnweb.freebsd.org/changeset/ports/367316
QAT: https://qat.redports.org/buildarchive/r367316/

Log:
  Convert USE_NCURSES to USES=ncurses

Modified:
  head/mail/mixmaster/Makefile

Modified: head/mail/mixmaster/Makefile
==============================================================================
--- head/mail/mixmaster/Makefile	Thu Sep  4 23:17:43 2014	(r367315)
+++ head/mail/mixmaster/Makefile	Thu Sep  4 23:21:06 2014	(r367316)
@@ -16,8 +16,7 @@ COMMENT=	Cryptographically secure anonym
 
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
-USES=		perl5
-USE_NCURSES=	yes
+USES=		perl5 ncurses
 
 BUILD_WRKSRC=	${WRKSRC}/Mix/Src
 



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