[90909] trunk/dports/x11/freeglut/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Mar 17 21:50:13 PDT 2012


Revision: 90909
          https://trac.macports.org/changeset/90909
Author:   ryandesign at macports.org
Date:     2012-03-17 21:50:09 -0700 (Sat, 17 Mar 2012)
Log Message:
-----------
freeglut: add missing dependencies on xorg-libXdmcp, xorg-libXrandr, xorg-libXxf86vm; see #33661

Modified Paths:
--------------
    trunk/dports/x11/freeglut/Portfile

Modified: trunk/dports/x11/freeglut/Portfile
===================================================================
--- trunk/dports/x11/freeglut/Portfile	2012-03-18 03:18:35 UTC (rev 90908)
+++ trunk/dports/x11/freeglut/Portfile	2012-03-18 04:50:09 UTC (rev 90909)
@@ -5,6 +5,7 @@
 
 name                freeglut
 version             2.8.0
+revision            1
 categories          x11 graphics
 maintainers         jeremyhu openmaintainer
 description         The Free OpenGL Utility Toolkit
@@ -19,8 +20,10 @@
                     rmd160  c406a3a62f60ac876cda855afcb7242824ce99a5 \
                     sha256  197293ff886abe613bc9eb4a762d9161b0c9e64b3e8e613ed7c5e353974fba05
 
-depends_lib \
-	port:mesa
+depends_lib         port:mesa \
+                    port:xorg-libXdmcp \
+                    port:xorg-libXrandr \
+                    port:xorg-libXxf86vm
 
 use_autoreconf yes
 autoreconf.args -fvi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120317/91f2ed85/attachment.html>


More information about the macports-changes mailing list