diff options
author | oliver <oliver@FreeBSD.org> | 2006-12-01 22:30:26 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-12-01 22:30:26 +0800 |
commit | 4954f0c4bb8e174ecbdf0fc21c9d7a221a054ab2 (patch) | |
tree | f8e193bfc05deb4b60eb28e8ca5663d4387a50c1 /irc/muh | |
parent | 61f10b7c2ce8982563f35c1ce5b872223dbe5e04 (diff) | |
download | freebsd-ports-gnome-4954f0c4bb8e174ecbdf0fc21c9d7a221a054ab2.tar.gz freebsd-ports-gnome-4954f0c4bb8e174ecbdf0fc21c9d7a221a054ab2.tar.zst freebsd-ports-gnome-4954f0c4bb8e174ecbdf0fc21c9d7a221a054ab2.zip |
ipv6 is supported in muh therefore ipv6 virtual category added.
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
PR: ports/106126
Diffstat (limited to 'irc/muh')
-rw-r--r-- | irc/muh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/muh/Makefile b/irc/muh/Makefile index 46710ce38ceb..e4d168ad7bf1 100644 --- a/irc/muh/Makefile +++ b/irc/muh/Makefile @@ -7,7 +7,7 @@ PORTNAME= muh PORTVERSION= 2.2a -CATEGORIES= irc +CATEGORIES= irc ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=muh |