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 /mail | |
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 'mail')
-rw-r--r-- | mail/abook/Makefile | 3 | ||||
-rw-r--r-- | mail/cone/Makefile | 9 | ||||
-rw-r--r-- | mail/mixmaster/Makefile | 8 | ||||
-rw-r--r-- | mail/mutt/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 4 |
5 files changed, 9 insertions, 17 deletions
diff --git a/mail/abook/Makefile b/mail/abook/Makefile index 55ae421b6935..35257cd66d12 100644 --- a/mail/abook/Makefile +++ b/mail/abook/Makefile @@ -14,8 +14,7 @@ LICENSE= GPLv2 OPTIONS_DEFINE= NLS DOCS -USE_NCURSES= yes -USE_READLINE= yes +USES= ncurses readline GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 9ba1522c5f92..3218273e1966 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -1,9 +1,5 @@ -# ports collection Makefile for: cone -# Whom: Matthias Andree <matthias.andree@gmx.de> -# Date created: 2003-06-19 -# +# Created by: Matthias Andree <matthias.andree@gmx.de> # $FreeBSD$ -# PORTNAME= cone PORTVERSION= 0.90 @@ -23,13 +19,12 @@ BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 RUN_DEPENDS:= ${BUILD_DEPENDS} USE_FAM= yes -USES= gettext iconv +USES= gettext iconv ncurses USE_GNOME= libxml2 USE_BZIP2= yes USE_PERL5= yes USE_GMAKE= yes -USE_NCURSES= yes CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes CONFIGURE_ARGS= -C --without-db --with-certdb=${PREFIX}/share/cone/rootcerts --prefix=${PREFIX} --exec-prefix=${PREFIX} diff --git a/mail/mixmaster/Makefile b/mail/mixmaster/Makefile index 5ecc83cb815c..44b2c7d265da 100644 --- a/mail/mixmaster/Makefile +++ b/mail/mixmaster/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mixmaster -# Date created: 27 November 2003 -# Whom: Meyer Wolfsheim -# +# Created by: Meyer Wolfsheim # $FreeBSD$ -# PORTNAME= mixmaster PORTVERSION= 2.9.1 @@ -20,8 +16,8 @@ COMMENT= A cryptographically secure anonymous remailer LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre +USES= ncurses USE_PERL5= yes -USE_NCURSES= yes USE_OPENSSL= yes .if !exists(/usr/include/openssl/idea.h) WITH_OPENSSL_PORT= yes diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index eba4c86a101f..6dbceeb437e2 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -168,7 +168,7 @@ LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2 .endif .if ${PORT_OPTIONS:NCURSES} -USE_NCURSES= yes +USES= ncurses .endif .if ! ${PORT_OPTIONS:MSGMLFORMAT} || ! ${PORT_OPTIONS:MXML} || !defined(XML_USED) \ diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 9ff2753b263a..aad298ad4c95 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -73,7 +73,9 @@ USES+= iconv .if defined(WITH_SLANG) LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2 .elif defined(WITH_NCURSES) -WITH_NCURSES_PORT= yes +USES+= ncurses:port +.else +USES+= ncurses .endif .if !defined (MUTT_LITE) .if defined(WITH_MUTT_CYRUS_SASL) |