diff options
author | miwi <miwi@FreeBSD.org> | 2011-12-18 17:10:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-12-18 17:10:01 +0800 |
commit | 64f2b02fdca7926400aa7475e3e742a1fd7331c0 (patch) | |
tree | 191bb87bfed4ecda14bce7511d6ed397b3009e00 /mail/mixmaster | |
parent | f40a76681826a9fd0d00837310c0d4f0360e5f53 (diff) | |
download | freebsd-ports-gnome-64f2b02fdca7926400aa7475e3e742a1fd7331c0.tar.gz freebsd-ports-gnome-64f2b02fdca7926400aa7475e3e742a1fd7331c0.tar.zst freebsd-ports-gnome-64f2b02fdca7926400aa7475e3e742a1fd7331c0.zip |
s/USR_NCURSES/USE_NCURSES
PR: 163426
Submitted by: Jan Beich <jbeich@tormail.net>
Diffstat (limited to 'mail/mixmaster')
-rw-r--r-- | mail/mixmaster/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mixmaster/Makefile b/mail/mixmaster/Makefile index 91cdbf3f34c0..51aef28f241d 100644 --- a/mail/mixmaster/Makefile +++ b/mail/mixmaster/Makefile @@ -21,7 +21,7 @@ COMMENT= A cryptographically secure anonymous remailer LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre USE_PERL5= yes -USR_NCURSES= yes +USE_NCURSES= yes USE_OPENSSL= yes .if !exists(/usr/include/openssl/idea.h) WITH_OPENSSL_PORT= yes |