[75812] trunk/dports/audio/libsdl_mixer/Portfile

jmr at macports.org jmr at macports.org
Wed Feb 9 03:20:01 PST 2011


Revision: 75812
          http://trac.macports.org/changeset/75812
Author:   jmr at macports.org
Date:     2011-02-09 03:20:00 -0800 (Wed, 09 Feb 2011)
Log Message:
-----------
libsdl_mixer: always enable mikmod support

Modified Paths:
--------------
    trunk/dports/audio/libsdl_mixer/Portfile

Modified: trunk/dports/audio/libsdl_mixer/Portfile
===================================================================
--- trunk/dports/audio/libsdl_mixer/Portfile	2011-02-09 11:17:14 UTC (rev 75811)
+++ trunk/dports/audio/libsdl_mixer/Portfile	2011-02-09 11:20:00 UTC (rev 75812)
@@ -5,7 +5,7 @@
 name            libsdl_mixer
 set my_name     SDL_mixer
 version         1.2.11
-revision        2
+revision        3
 categories      audio devel
 platforms       macosx
 license         LGPL-2.1+
@@ -29,7 +29,8 @@
 depends_lib     path:lib/pkgconfig/sdl.pc:libsdl \
 				port:flac \
                 port:smpeg \
-                port:libvorbis
+                port:libvorbis \
+                port:libmikmod
 
 patchfiles      Makefile.in.diff
 
@@ -37,7 +38,8 @@
                 --disable-sdltest \
                 --with-smpeg-prefix=${prefix} \
                 --disable-smpegtest \
-                --disable-music-mod \
+                --enable-music-mod \
+                --disable-music-mod-shared \
                 --disable-music-ogg-shared \
                 --disable-music-flac-shared \
                 --disable-music-mp3-shared
@@ -49,13 +51,6 @@
         ${destroot}${docdir}
 }
 
-variant mikmod description {Enable use of external libmikmod} {
-    configure.args-delete   --disable-music-mod
-    configure.args-append   --enable-music-mod \
-                            --disable-music-mod-shared
-    depends_lib-append      port:libmikmod
-}
-
 livecheck.type  regex
 livecheck.url   ${homepage}
 livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110209/6ce37398/attachment.html>


More information about the macports-changes mailing list