diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2012-04-23 19:56:31 +0800 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2012-04-23 19:56:31 +0800 |
commit | cf38984ff28c9713aa54319cbaa9afd831f2de7e (patch) | |
tree | e2ed16a98b0938ca2c5d4ebbb52fe6d6a2952c7a /audio | |
parent | 82a26c91eeda3bf0b46bb16ee171358ad247e4b9 (diff) | |
download | freebsd-ports-gnome-cf38984ff28c9713aa54319cbaa9afd831f2de7e.tar.gz freebsd-ports-gnome-cf38984ff28c9713aa54319cbaa9afd831f2de7e.tar.zst freebsd-ports-gnome-cf38984ff28c9713aa54319cbaa9afd831f2de7e.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 |