[71593] trunk/dports/audio/ices0/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Sep 17 09:14:28 PDT 2010


Revision: 71593
          http://trac.macports.org/changeset/71593
Author:   ryandesign at macports.org
Date:     2010-09-17 09:14:27 -0700 (Fri, 17 Sep 2010)
Log Message:
-----------
ices0: use port:-style dependencies

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

Modified: trunk/dports/audio/ices0/Portfile
===================================================================
--- trunk/dports/audio/ices0/Portfile	2010-09-17 16:01:32 UTC (rev 71592)
+++ trunk/dports/audio/ices0/Portfile	2010-09-17 16:14:27 UTC (rev 71593)
@@ -15,10 +15,11 @@
 distname         ices-${version}
 checksums        md5 d31450c4011561dae0229f071cb41cb6
 
-depends_build    bin:pkg-config:pkgconfig
+depends_build    port:pkgconfig
+
 depends_lib      port:libxml2 \
-                 lib:libmp3lame.0:lame \
-                 lib:libshout.3:libshout2
+                 port:lame \
+                 port:libshout2
 
 configure.args   --program-suffix=0 \
                  --with-docdir=${prefix}/share/doc \
@@ -36,4 +37,4 @@
 		configure.args-delete --without-perl
 		configure.args-append --with-perl=${prefix}/bin/perl
 		depends_lib-append		path:bin/perl:perl5
-}
\ No newline at end of file
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100917/097716aa/attachment.html>


More information about the macports-changes mailing list