diff options
author | mezz <mezz@FreeBSD.org> | 2010-09-20 10:43:34 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2010-09-20 10:43:34 +0800 |
commit | 2a583102ffc1cea340750b7c58c45052a56b9273 (patch) | |
tree | 1229a1be5bb3a9d6526c44951e6ee4af1d36f6ed /net-p2p/transmission-gtk2 | |
parent | c365fe05f2f2749dc039a7be5484fb80a0b78476 (diff) | |
download | freebsd-ports-gnome-2a583102ffc1cea340750b7c58c45052a56b9273.tar.gz freebsd-ports-gnome-2a583102ffc1cea340750b7c58c45052a56b9273.tar.zst freebsd-ports-gnome-2a583102ffc1cea340750b7c58c45052a56b9273.zip |
Fix if FreeBSD built without ipv6 support.
PR: ports/150519
Submitted by: well-wisher <regex@bk.ru>
Diffstat (limited to 'net-p2p/transmission-gtk2')
-rw-r--r-- | net-p2p/transmission-gtk2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/transmission-gtk2/Makefile b/net-p2p/transmission-gtk2/Makefile index 34fde83a28b1..7c0f1ba3536c 100644 --- a/net-p2p/transmission-gtk2/Makefile +++ b/net-p2p/transmission-gtk2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -gtk2 MAINTAINER= mezz@FreeBSD.org |