diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2004-02-22 22:38:36 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2004-02-22 22:38:36 +0000 |
commit | 6910c38c65e7cbce496cb16c1de44f03bd62ef24 (patch) | |
tree | c689facd606fe11092663daf89fd0b875dcc94f6 /audio/musicpd | |
parent | 8d0ddceff8679817e7c5a1662b7675a8e9936854 (diff) | |
download | ports-6910c38c65e7cbce496cb16c1de44f03bd62ef24.tar.gz ports-6910c38c65e7cbce496cb16c1de44f03bd62ef24.zip |
Add IPv6 on CATEGORIES. Musicpd and mpc speaks IPv6 since 0.9.0.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=101758
Diffstat (limited to 'audio/musicpd')
-rw-r--r-- | audio/musicpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index b67f6e634ef3..12b9ba6d6928 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -8,7 +8,7 @@ PORTNAME= musicpd PORTVERSION= 0.9.4 PORTREVISION= 1 -CATEGORIES= audio +CATEGORIES= audio ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= mpd-${PORTVERSION} |