aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-04 23:21:06 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-04 23:21:06 +0000
commitdcd41e2475940d0b81d3b9eee5fdd7f0ffd1e005 (patch)
tree766c74f727011e7d53758ce1395208f0f6ba8a7f
parent29ce647e74426c886c59f3aad124c5ddb04ca5d6 (diff)
downloadports-dcd41e2475940d0b81d3b9eee5fdd7f0ffd1e005.tar.gz
ports-dcd41e2475940d0b81d3b9eee5fdd7f0ffd1e005.zip
Convert USE_NCURSES to USES=ncurses
Notes
Notes: svn path=/head/; revision=367316
-rw-r--r--mail/mixmaster/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mixmaster/Makefile b/mail/mixmaster/Makefile
index 9f10d8030d63..6c5be08106a6 100644
--- a/mail/mixmaster/Makefile
+++ b/mail/mixmaster/Makefile
@@ -16,8 +16,7 @@ COMMENT= Cryptographically secure anonymous remailer
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
-USES= perl5
-USE_NCURSES= yes
+USES= perl5 ncurses
BUILD_WRKSRC= ${WRKSRC}/Mix/Src