diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-04 23:21:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-04 23:21:06 +0000 |
commit | dcd41e2475940d0b81d3b9eee5fdd7f0ffd1e005 (patch) | |
tree | 766c74f727011e7d53758ce1395208f0f6ba8a7f /mail/mixmaster | |
parent | 29ce647e74426c886c59f3aad124c5ddb04ca5d6 (diff) | |
download | ports-dcd41e2475940d0b81d3b9eee5fdd7f0ffd1e005.tar.gz ports-dcd41e2475940d0b81d3b9eee5fdd7f0ffd1e005.zip |
Convert USE_NCURSES to USES=ncurses
Notes
Notes:
svn path=/head/; revision=367316
Diffstat (limited to 'mail/mixmaster')
-rw-r--r-- | mail/mixmaster/Makefile | 3 |
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 |