[42121] trunk/dports/devel/pkgconfig/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Nov 15 14:24:23 PST 2008


Revision: 42121
          http://trac.macports.org/changeset/42121
Author:   ryandesign at macports.org
Date:     2008-11-15 14:24:23 -0800 (Sat, 15 Nov 2008)
Log Message:
-----------
pkgconfig: search ${x11prefix} by default too; closes #16993

Modified Paths:
--------------
    trunk/dports/devel/pkgconfig/Portfile

Modified: trunk/dports/devel/pkgconfig/Portfile
===================================================================
--- trunk/dports/devel/pkgconfig/Portfile	2008-11-15 20:51:52 UTC (rev 42120)
+++ trunk/dports/devel/pkgconfig/Portfile	2008-11-15 22:24:23 UTC (rev 42121)
@@ -4,6 +4,7 @@
 
 name                pkgconfig
 version             0.23
+revision            1
 categories          devel
 maintainers         ryandesign
 homepage            http://pkg-config.freedesktop.org/
@@ -27,7 +28,8 @@
 	rmd160 0aa5565430d609319917ac2c8ffeaa5e4a509489
 
 configure.args \
-	--enable-indirect-deps
+	--enable-indirect-deps \
+	--with-pc-path=${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig:${x11prefix}/lib/pkgconfig
 
 platform darwin 6 {
 	configure.cppflags-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081115/1a47b49b/attachment-0001.html>


More information about the macports-changes mailing list