diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-06 23:34:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-06 23:34:17 +0800 |
commit | 8125658176eb2b6a00216bc61058e31e8d19d160 (patch) | |
tree | 5b19e4fae39149280653cc670bc170d039477f8e /security | |
parent | 4ca6469bebf737a13fe9257550d791b2fdc61200 (diff) | |
download | freebsd-ports-gnome-8125658176eb2b6a00216bc61058e31e8d19d160.tar.gz freebsd-ports-gnome-8125658176eb2b6a00216bc61058e31e8d19d160.tar.zst freebsd-ports-gnome-8125658176eb2b6a00216bc61058e31e8d19d160.zip |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Diffstat (limited to 'security')
-rw-r--r-- | security/authforce/Makefile | 2 | ||||
-rw-r--r-- | security/metasploit/Makefile | 3 | ||||
-rw-r--r-- | security/pinentry/Makefile | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/security/authforce/Makefile b/security/authforce/Makefile index dfa0bb6d8858..e504b58767d3 100644 --- a/security/authforce/Makefile +++ b/security/authforce/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 OPTIONS_DEFINE= CURL NLS -USE_NCURSES= yes +USES= ncurses #USE_READLINE= yes GNU_CONFIGURE= yes USE_BZIP2= yes diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile index ba8e0393f699..1602bed49f94 100644 --- a/security/metasploit/Makefile +++ b/security/metasploit/Makefile @@ -20,11 +20,10 @@ SCRIPTS= msfcli msfconsole msfd msfelfscan msfencode msfmachscan \ OPTIONS_DEFINE= SVN NO_BUILD= yes +USES= ncurses:port USE_RUBY= yes USE_RUBY_FEATURES= iconv USE_BZIP2= yes -USE_NCURSES= yes -WITH_NCURSES_PORT= yes .include <bsd.port.pre.mk> diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index bc4880f9a9bb..6864efd4112b 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -78,7 +78,7 @@ PLIST_SUB+= WITH_GTK2="@comment " .endif .if ${PORT_OPTIONS:MNCURSES} -USE_NCURSES= yes +USES+= ncurses PLIST_SUB+= WITH_NCURSES="" .else CONFIGURE_ARGS+=--disable-pinentry-curses |