diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-17 12:03:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-17 12:03:14 +0000 |
commit | e7d86ef6395bb57c4ef4340c1772105b2ae354e1 (patch) | |
tree | 1d3016efc098bf4435a259abb7f7395b0c6e8d6d /mail/alpine/Makefile | |
parent | e18ad4306234967b7f62515680c772d4ec2fed09 (diff) |
Notes
Diffstat (limited to 'mail/alpine/Makefile')
-rw-r--r-- | mail/alpine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index aded77369b44..0d1a818b3c2f 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -2,7 +2,7 @@ PORTNAME?= alpine PORTVERSION= 2.00 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= mail news ipv6 MASTER_SITES= ftp://ftp.cac.washington.edu/alpine/ DIST_SUBDIR= alpine-${PORTVERSION} @@ -16,8 +16,8 @@ MOUSE_DESC= Enable mouse support for xterm ISPELL_DESC= Use ispell instead of aspell as default speller NOSPELL_DESC= Use no default speller (overrides both) .if !defined(PICO_ALPINE_SLAVE) -OPTIONS_DEFINE+= PICO IPV6 LDAP PASSFILE CONS25 QUOTA MAILDIR -OPTIONS_DEFAULT+= PICO +OPTIONS_DEFINE+= PICO IPV6 LDAP PASSFILE CONS25 QUOTA MAILDIR SSL +OPTIONS_DEFAULT+= PICO SSL PICO_DESC= Build and install pico, the default editor PASSFILE_DESC= Support for a stored password file (DANGEROUS) CONS25_DESC= Add a patch to support color for default console |