summaryrefslogtreecommitdiff
path: root/mail/pine4
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2004-06-09 11:44:09 +0000
committerDoug Barton <dougb@FreeBSD.org>2004-06-09 11:44:09 +0000
commit10cf4c17dff83e2fb06efa8652c2b4f717b3f2ba (patch)
tree0182a1f955b75d19fe67586d2cee53af8a0956ea /mail/pine4
parentAdd a patch to fix 8-bit character set conversions that were broken (diff)
Add an option to build with IPv6 capability.
PR: ports/65852 Submitted by: Janos Mohacsi <mohacsi@niif.hu>
Notes
Notes: svn path=/head/; revision=111156
Diffstat (limited to 'mail/pine4')
-rw-r--r--mail/pine4/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile
index 63aafcf21e14..d5f646eb5074 100644
--- a/mail/pine4/Makefile
+++ b/mail/pine4/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pine
PORTVERSION= 4.60
-CATEGORIES= mail news
+CATEGORIES= mail news ipv6
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \
http://mirror.sit.wisc.edu/pub/net/mail/pine/ \
ftp://sunsite.icm.edu.pl/pub/unix/mail/pine/ \
@@ -41,6 +41,10 @@ EXTRA_OPTS+= SSLTYPE=unix.nopwd
.endif
.endif
+.if defined(WITH_IPV6)
+EXTRA_OPTS+= IP=6
+.endif
+
MAN1= pine.1 pico.1 pilot.1 rpdump.1 rpload.1
pre-fetch: