diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-01-25 10:43:01 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-01-25 10:43:01 +0000 |
commit | 92700a69ffdd24ab6f1a47191f2c5b9dc41df450 (patch) | |
tree | fff2480c5825a255ff0b298c16a534c99d59dd79 /audio/rat/Makefile | |
parent | Upgrade to 2.1.6. (diff) |
fix building error on FreeBSD-current.
now this port supports IPv6.
Reviewed by: maintainer
Diffstat (limited to 'audio/rat/Makefile')
-rw-r--r-- | audio/rat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rat/Makefile b/audio/rat/Makefile index 046307711d9b..04d99ac5e66e 100644 --- a/audio/rat/Makefile +++ b/audio/rat/Makefile @@ -7,7 +7,7 @@ # DISTNAME= rat-4.0.4 -CATEGORIES= mbone audio +CATEGORIES= mbone audio ipv6 MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/4.0.4/ \ http://www.freebsd.org/~cpiazza/distfiles/ |