mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Add an option to build with IPv6 capability.
PR: ports/65852 Submitted by: Janos Mohacsi <mohacsi@niif.hu>
This commit is contained in:
parent
e619756f74
commit
10cf4c17df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111156
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user