[61704] trunk/dports/graphics/Coin/Portfile

css at macports.org css at macports.org
Sat Dec 19 04:50:48 PST 2009


Revision: 61704
          http://trac.macports.org/changeset/61704
Author:   css at macports.org
Date:     2009-12-19 04:50:44 -0800 (Sat, 19 Dec 2009)
Log Message:
-----------
Adding a missing dependency on port:xorg-libXt. refs #22354

Modified Paths:
--------------
    trunk/dports/graphics/Coin/Portfile

Modified: trunk/dports/graphics/Coin/Portfile
===================================================================
--- trunk/dports/graphics/Coin/Portfile	2009-12-19 11:51:17 UTC (rev 61703)
+++ trunk/dports/graphics/Coin/Portfile	2009-12-19 12:50:44 UTC (rev 61704)
@@ -21,7 +21,8 @@
 
 depends_lib		port:simage \
 			port:xorg-libsm \
-			port:xorg-libXext
+			port:xorg-libXext \
+			port:xorg-libXt
 
 use_configure		yes
 configure.args		--with-simage=${prefix} --mandir=${prefix}/share/man
@@ -34,7 +35,8 @@
 	configure.args-delete	--disable-framework --enable-darwin-x11
 	configure.args-append	--with-framework=${destroot}/Library/Frameworks  --without-x
 	depends_lib-delete	port:xorg-libsm \
-				port:xorg-libXext
+				port:xorg-libXext \
+				port:xorg-libXt
 }
 
 variant devel description {Activate developer features, including debug libraries.} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091219/a52959e8/attachment.html>


More information about the macports-changes mailing list