Revision
133495
Author
mojca@macports.org
Date
2015-03-03 03:22:47 -0800 (Tue, 03 Mar 2015)

Log Message

root5: add dependency on libGLU which got separated from mesa (see r132829; this should fix the build on 10.6 with +x11)

Modified Paths

Diff

Modified: trunk/dports/science/root5/Portfile (133494 => 133495)


--- trunk/dports/science/root5/Portfile	2015-03-03 10:54:37 UTC (rev 133494)
+++ trunk/dports/science/root5/Portfile	2015-03-03 11:22:47 UTC (rev 133495)
@@ -472,7 +472,7 @@
 
 variant x11 conflicts cocoa description {Enables X11 graphical backend} {
     # Dependencies on X11 ports
-    depends_lib-append port:xorg-libX11 port:mesa port:Xft2 port:xpm
+    depends_lib-append port:xorg-libX11 port:mesa port:libGLU port:Xft2 port:xpm
     # Disable cocoa
     configure.args-append --disable-cocoa
 }