diff options
author | bsam <bsam@FreeBSD.org> | 2012-04-23 19:56:31 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2012-04-23 19:56:31 +0800 |
commit | 5335fae47713653419afddc799eff4b8a4e04e23 (patch) | |
tree | f7b147d5b88cf83699fc646df4de1b753079f9e4 /audio | |
parent | 2b3e012ba1eae516e9937bb7794284a2bc428675 (diff) | |
download | freebsd-ports-gnome-5335fae47713653419afddc799eff4b8a4e04e23.tar.gz freebsd-ports-gnome-5335fae47713653419afddc799eff4b8a4e04e23.tar.zst freebsd-ports-gnome-5335fae47713653419afddc799eff4b8a4e04e23.zip |
Track mikmod dependency. [1]
Bump PORTREVISION.
PR: ports/167091 [1]
Submitted by: Jan Beich <jbeich@tormail.net> [1]
Tested at: redports
Diffstat (limited to 'audio')
-rw-r--r-- | audio/linux-f10-sdl_mixer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/linux-f10-sdl_mixer/Makefile b/audio/linux-f10-sdl_mixer/Makefile index 755b6737247d..4812f73f582d 100644 --- a/audio/linux-f10-sdl_mixer/Makefile +++ b/audio/linux-f10-sdl_mixer/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdl_mixer PORTVERSION= 1.2.8 +PORTREVISION= 1 CATEGORIES= audio linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} PKGNAMEPREFIX= linux-f10- @@ -19,7 +20,7 @@ CONFLICTS= linux-sdl_mixer-[0-9]* linux-f8-sdl_mixer-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes -USE_LINUX_APPS= sdl12 +USE_LINUX_APPS= sdl12 mikmod LINUX_NAME= SDL_mixer LINUX_DIST_VER= 10 RPMVERSION= 9.fc10 |