[MacPorts] #17551: coin needs updated X11 dependencies
MacPorts
noreply at macports.org
Sun Dec 7 00:10:30 PST 2008
#17551: coin needs updated X11 dependencies
-----------------------------------+----------------------------------------
Reporter: jeremyhu@… | Owner: css@…
Type: defect | Status: new
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Keywords: X11 | Port: Coin
-----------------------------------+----------------------------------------
{{{
Index: Portfile
===================================================================
--- Portfile (revision 42954)
+++ Portfile (working copy)
@@ -17,9 +17,13 @@
checksums md5 1e7cb6afa69f6eed034a64021f7d1bfc \
sha1 19dc61398d843bff120aec9c640ea814c827b577
-depends_build lib:libX11.6:XFree86 bin:doxygen:doxygen
-depends_lib port:simage
+depends_build bin:doxygen:doxygen
+depends_lib \
+ port:simage \
+ lib:libSM.6:xorg-libsm \
+ lib:libXext.6:xorg-libXext
+
use_configure yes
configure.args --with-simage=${prefix}
--mandir=${prefix}/share/man
@@ -30,7 +34,8 @@
variant aqua requires darwin {
configure.args-delete --without-framework --enable-darwin-x11
configure.args-append --with-
framework=${destroot}/Library/Frameworks --without-x
- depends_build-delete lib:libX11.6:XFree86
+ depends_build-delete lib:libSM.6:xorg-libsm
+ depends_build-delete lib:Xext.6:xorg-libXext
}
variant devel {
--
Ticket URL: <http://trac.macports.org/ticket/17551>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list