diff options
Diffstat (limited to 'audio/sdl_mixer')
-rw-r--r-- | audio/sdl_mixer/Makefile | 1 | ||||
-rw-r--r-- | audio/sdl_mixer/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index 75963be580e8..c70899fb0e5f 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL_mixer-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org +COMMENT= A sample multi-channel audio mixer library LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ smpeg.1:${PORTSDIR}/graphics/smpeg \ diff --git a/audio/sdl_mixer/pkg-comment b/audio/sdl_mixer/pkg-comment deleted file mode 100644 index a0bf118928a2..000000000000 --- a/audio/sdl_mixer/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A sample multi-channel audio mixer library |