diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-07-17 23:12:07 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-07-17 23:12:07 +0800 |
commit | 09f32f61807005ed8864c8e92a5301fbf6da22be (patch) | |
tree | d6eced2afb456cc450f20293109c4c6af7c1ec9d /www/wwwoffle/Makefile | |
parent | 4b8acd36a7010f2ff5a6b4317b8682e3e11ecd08 (diff) | |
download | freebsd-ports-gnome-09f32f61807005ed8864c8e92a5301fbf6da22be.tar.gz freebsd-ports-gnome-09f32f61807005ed8864c8e92a5301fbf6da22be.tar.zst freebsd-ports-gnome-09f32f61807005ed8864c8e92a5301fbf6da22be.zip |
Change default behaviour not to bind IPv6 socket to familiar with
IPv4-only kernel.
Suggested by: Frank Altpeter <frank@altpeter.de>
Diffstat (limited to 'www/wwwoffle/Makefile')
-rw-r--r-- | www/wwwoffle/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index a29625a8cebd..d13548d955fe 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -7,6 +7,7 @@ PORTNAME= wwwoffle PORTVERSION= 2.7h +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.gedanken.freeserve.co.uk/download-wwwoffle/ EXTRACT_SUFX= .tgz |