diff options
author | dougb <dougb@FreeBSD.org> | 2004-06-09 19:44:09 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-06-09 19:44:09 +0800 |
commit | 9af8e70070daac2ba2c97a8161211e87e1db3a7c (patch) | |
tree | 791b20c43fab71d3b57dbc6ded5d3c829c31f256 /mail | |
parent | ce2f9bb9291d56735d3e8c6fd514eb29801e18b6 (diff) | |
download | freebsd-ports-gnome-9af8e70070daac2ba2c97a8161211e87e1db3a7c.tar.gz freebsd-ports-gnome-9af8e70070daac2ba2c97a8161211e87e1db3a7c.tar.zst freebsd-ports-gnome-9af8e70070daac2ba2c97a8161211e87e1db3a7c.zip |
Add an option to build with IPv6 capability.
PR: ports/65852
Submitted by: Janos Mohacsi <mohacsi@niif.hu>
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: |