diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-01-16 06:08:55 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-01-16 06:08:55 +0800 |
commit | ec531ca7873488ce21b51a2571bec65e1106f423 (patch) | |
tree | 35d7b94347229d1b1c730c4d015d784a2c612538 /audio/icecast2 | |
parent | 0fea440bd5e5fd855af700c25b17653e6a2591a1 (diff) | |
download | freebsd-ports-gnome-ec531ca7873488ce21b51a2571bec65e1106f423.tar.gz freebsd-ports-gnome-ec531ca7873488ce21b51a2571bec65e1106f423.tar.zst freebsd-ports-gnome-ec531ca7873488ce21b51a2571bec65e1106f423.zip |
Add 'ipv6' on CATEGORIES. Icecast2 supports IPv6 streaming.
Diffstat (limited to 'audio/icecast2')
-rw-r--r-- | audio/icecast2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 4502daca3afd..02419b2a9366 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -7,7 +7,7 @@ PORTNAME= icecast2 PORTVERSION= 20021112 -CATEGORIES= audio net +CATEGORIES= audio net ipv6 MASTER_SITES= http://tigress.com/lofi/\ http://lofi.dyndns.org/ DISTNAME= icecast-devel-${PORTVERSION} |