diff options
Diffstat (limited to 'mail/pine4/Makefile')
-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 63aafcf21e1..d5f646eb507 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: |