diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /audio/darkice | |
parent | e90c5ac85e1589656db313625839221c0668d513 (diff) |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Notes
Notes:
svn path=/head/; revision=69612
Diffstat (limited to 'audio/darkice')
-rw-r--r-- | audio/darkice/Makefile | 2 | ||||
-rw-r--r-- | audio/darkice/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index b59d8700240e..87fe2224f206 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= DarkIce is an IceCast, IceCast2 and ShoutCast live audio streamer + LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \ vorbis.2:${PORTSDIR}/audio/libvorbis diff --git a/audio/darkice/pkg-comment b/audio/darkice/pkg-comment deleted file mode 100644 index 274097213cce..000000000000 --- a/audio/darkice/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -DarkIce is an IceCast, IceCast2 and ShoutCast live audio streamer |