[34012] trunk/dports/audio/vorbis-tools/Portfile

ram at macports.org ram at macports.org
Sun Feb 10 09:49:03 PST 2008


Revision: 34012
          http://trac.macosforge.org/projects/macports/changeset/34012
Author:   ram at macports.org
Date:     2008-02-10 09:49:02 -0800 (Sun, 10 Feb 2008)

Log Message:
-----------
audio/vorbis-tools: use port dependencies

Modified Paths:
--------------
    trunk/dports/audio/vorbis-tools/Portfile

Modified: trunk/dports/audio/vorbis-tools/Portfile
===================================================================
--- trunk/dports/audio/vorbis-tools/Portfile	2008-02-10 17:46:01 UTC (rev 34011)
+++ trunk/dports/audio/vorbis-tools/Portfile	2008-02-10 17:49:02 UTC (rev 34012)
@@ -30,8 +30,9 @@
 patchfiles       patch-debian.diff patch-http_transport.c.diff
 patch.pre_args   -p1
 
-depends_lib      lib:libogg.0:libogg lib:libvorbis.0:libvorbis \
-                 lib:libcurl.2:curl
+depends_lib      port:libogg \
+                 port:libvorbis \
+                 port:curl
 
 configure.cppflags-append "-no-cpp-precomp"
 configure.args   --mandir=${prefix}/share/man \
@@ -41,19 +42,19 @@
                  --without-speex
 
 variant player description "Build ogg123" {
-  depends_lib-append    lib:libao.2:libao
+  depends_lib-append    port:libao
   configure.args-delete --without-ao --disable-ogg123
   configure.args-append --with-ao --enable-ogg123
 }
 
 variant flac description "Enable FLAC support" {
-  depends_lib-append    lib:libFLAC.7:flac
+  depends_lib-append    port:flac
   configure.args-delete --without-flac
   configure.args-append --with-flac
 }
 
 variant speex description "Enable Speex support" {
-  depends_lib-append    lib:libspeex.1:speex
+  depends_lib-append    port:speex
   configure.args-delete --without-speex
   configure.args-append --with-speex
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080210/12ff2399/attachment.html


More information about the macports-changes mailing list