[57556] trunk/dports/graphics/gegl/Portfile
devans at macports.org
devans at macports.org
Sat Sep 12 19:24:58 PDT 2009
Revision: 57556
http://trac.macports.org/changeset/57556
Author: devans at macports.org
Date: 2009-09-12 19:24:53 -0700 (Sat, 12 Sep 2009)
Log Message:
-----------
gegl: use path dependency to allow either libsdl or libsdl-devel. Default for snow leopard is libsdl-devel, libsdl otherwise. Closes #21328.
Modified Paths:
--------------
trunk/dports/graphics/gegl/Portfile
Modified: trunk/dports/graphics/gegl/Portfile
===================================================================
--- trunk/dports/graphics/gegl/Portfile 2009-09-12 22:53:43 UTC (rev 57555)
+++ trunk/dports/graphics/gegl/Portfile 2009-09-13 02:24:53 UTC (rev 57556)
@@ -40,7 +40,7 @@
port:openexr \
port:libopenraw \
port:librsvg \
- port:libsdl \
+ path:lib/pkgconfig/sdl.pc:libsdl \
path:bin/dot:graphviz \
path:lib/libavcodec.dylib:ffmpeg \
port:libspiro
@@ -48,6 +48,8 @@
configure.args --disable-docs
platform darwin 10 {
+ depends_lib-delete path:lib/pkgconfig/sdl.pc:libsdl
+ depends_lib-append path:lib/pkgconfig/sdl.pc:libsdl-devel
# workaround for ticket #20906
configure.args-append --disable-mmx
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090912/6b563d43/attachment.html>
More information about the macports-changes
mailing list