[61104] trunk/dports/multimedia/mkvtoolnix/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Dec 1 18:15:20 PST 2009


Revision: 61104
          http://trac.macports.org/changeset/61104
Author:   ryandesign at macports.org
Date:     2009-12-01 18:15:18 -0800 (Tue, 01 Dec 2009)
Log Message:
-----------
mkvtoolnix: disable universal variant because dependency libmatroska is not universal

Modified Paths:
--------------
    trunk/dports/multimedia/mkvtoolnix/Portfile

Modified: trunk/dports/multimedia/mkvtoolnix/Portfile
===================================================================
--- trunk/dports/multimedia/mkvtoolnix/Portfile	2009-12-02 02:04:53 UTC (rev 61103)
+++ trunk/dports/multimedia/mkvtoolnix/Portfile	2009-12-02 02:15:18 UTC (rev 61104)
@@ -15,9 +15,14 @@
 platforms           darwin
 master_sites        ${homepage}sources/
 use_bzip2           yes
+
+# libmatroska is not universal
+universal_variant   no
+
 checksums           md5 7b049aa43c6b39dfcb19f5a46d5574ac \
                     sha1 be2b4b427befaad3d842b3ad3d55fb97b93b0468 \
                     rmd160 d0cb8629ad35b29708a0c7777dfe9a4d623a8e10
+
 depends_lib         port:boost \
                     port:expat \
                     port:libogg \
@@ -25,6 +30,7 @@
                     port:libvorbis \
                     port:pcre \
                     port:zlib
+
 configure.args      --mandir=${prefix}/share/man \
                     --with-boost-regex=boost_regex-mt \
                     --with-extra-libs=${prefix}/lib \
@@ -32,6 +38,7 @@
                     --without-flac \
                     --disable-gui \
                     --disable-wxwidgets
+
 default_variants    +flac
 
 variant wxwidgets description {Build with the wxWidgets GUI} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091201/c93072c3/attachment.html>


More information about the macports-changes mailing list