diff options
author | Doug Barton <dougb@FreeBSD.org> | 2004-06-09 11:44:09 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2004-06-09 11:44:09 +0000 |
commit | 10cf4c17dff83e2fb06efa8652c2b4f717b3f2ba (patch) | |
tree | 0182a1f955b75d19fe67586d2cee53af8a0956ea /mail | |
parent | e619756f7428cfe168be4016c1117d8cac8773d6 (diff) | |
download | ports-10cf4c17dff83e2fb06efa8652c2b4f717b3f2ba.tar.gz ports-10cf4c17dff83e2fb06efa8652c2b4f717b3f2ba.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine4/Makefile | 6 |
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: |