diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-13 21:16:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-13 21:16:03 +0000 |
commit | 3af4fc3ea17e9a8055417ea6e65260b0bb2f4484 (patch) | |
tree | 3e62b60ffbc41e982ac676175f0eec8c08ee9794 | |
parent | I may as well be a masochist and take this one too, since I've got the (diff) |
Enable support for IPv4 mapped IPv6 addresses. This will help get
phoenix working under -CURRENT if nspr is also installed.
Submitted by: ume
-rw-r--r-- | devel/nspr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile index 457e2656820d..1110435b9cdb 100644 --- a/devel/nspr/Makefile +++ b/devel/nspr/Makefile @@ -7,6 +7,7 @@ PORTNAME= nspr PORTVERSION= 4.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= nspr/releases/v${PORTVERSION}/src |