[49047] trunk/dports/audio/uade2/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Apr 2 02:23:08 PDT 2009


Revision: 49047
          http://trac.macports.org/changeset/49047
Author:   ryandesign at macports.org
Date:     2009-04-02 02:23:07 -0700 (Thu, 02 Apr 2009)
Log Message:
-----------
uade2: pkgconfig should be a build dependency, not a library dependency; closes #19081 (maintainer-approved)

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

Modified: trunk/dports/audio/uade2/Portfile
===================================================================
--- trunk/dports/audio/uade2/Portfile	2009-04-02 08:56:57 UTC (rev 49046)
+++ trunk/dports/audio/uade2/Portfile	2009-04-02 09:23:07 UTC (rev 49047)
@@ -19,8 +19,8 @@
                     sha1 799eab82fa984c735bbed179c03190e5249a58ab \
                     rmd160 9a22225c21829d73ad2738c17872e6d31754ed14
 
-depends_lib         port:libao \
-                    port:pkgconfig
+depends_build       path:bin/pkg-config:pkgconfig
+depends_lib         port:libao
 
 configure.args      --without-uadefs --without-xmms --without-audacious --package-prefix=${destroot}
 post-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090402/ec4d8eca/attachment.html>


More information about the macports-changes mailing list