[27531] trunk/dports

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 6 15:10:50 PDT 2007


Revision: 27531
          http://trac.macosforge.org/projects/macports/changeset/27531
Author:   ryandesign at macports.org
Date:     2007-08-06 15:10:50 -0700 (Mon, 06 Aug 2007)

Log Message:
-----------
pkgconfig is a build-time dependency, not a library dependency.

Modified Paths:
--------------
    trunk/dports/audio/libmad/Portfile
    trunk/dports/graphics/ImageMagick/Portfile
    trunk/dports/x11/Xft2/Portfile
    trunk/dports/x11/wine/Portfile

Modified: trunk/dports/audio/libmad/Portfile
===================================================================
--- trunk/dports/audio/libmad/Portfile	2007-08-06 22:09:00 UTC (rev 27530)
+++ trunk/dports/audio/libmad/Portfile	2007-08-06 22:10:50 UTC (rev 27531)
@@ -18,7 +18,8 @@
 checksums	md5 1be543bc30c56fb6bea1d7bf6a64e66c
 universal_variant	no
 
-depends_lib	port:pkgconfig
+depends_build \
+	port:pkgconfig
 
 post-patch {
 	file copy -force ${filespath}/mad.pc.in ${worksrcpath}/mad.pc

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2007-08-06 22:09:00 UTC (rev 27530)
+++ trunk/dports/graphics/ImageMagick/Portfile	2007-08-06 22:10:50 UTC (rev 27531)
@@ -43,7 +43,6 @@
 	rmd160 93cf1afc87392429e854a96494cdcdd19de9ec5a
 
 depends_lib \
-	port:pkgconfig \
 	lib:libX11.6:XFree86 \
 	port:bzip2 \
 	port:jpeg \
@@ -56,6 +55,9 @@
 	port:expat \
 	port:libxml2
 
+depends_build \
+	port:pkgconfig
+
 configure.args \
 	--enable-shared \
 	--disable-static \

Modified: trunk/dports/x11/Xft2/Portfile
===================================================================
--- trunk/dports/x11/Xft2/Portfile	2007-08-06 22:09:00 UTC (rev 27530)
+++ trunk/dports/x11/Xft2/Portfile	2007-08-06 22:10:50 UTC (rev 27531)
@@ -25,13 +25,15 @@
 checksums			md5 3e311b4095283d59488b95c8bd772521
 
 depends_lib \
-	port:pkgconfig \
 	port:zlib \
 	port:xrender \
 	port:freetype \
 	port:fontconfig \
 	port:expat
 
+depends_build \
+	port:pkgconfig
+
 configure.args		--mandir=${prefix}/share/man
 
 livecheck.check     regex

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2007-08-06 22:09:00 UTC (rev 27530)
+++ trunk/dports/x11/wine/Portfile	2007-08-06 22:10:50 UTC (rev 27531)
@@ -39,11 +39,13 @@
 	port:libxslt \
 	port:ncurses \
 	port:openssl \
-	port:pkgconfig \
 	port:render \
 	port:xrender \
 	port:zlib
 
+depends_build \
+	port:pkgconfig
+
 configure.ldflags-append \
 	-framework CoreServices \
 	-lz

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


More information about the macports-changes mailing list