[112134] trunk/dports/graphics/glfw/Portfile

michaelld at macports.org michaelld at macports.org
Sat Oct 12 07:51:44 PDT 2013


Revision: 112134
          https://trac.macports.org/changeset/112134
Author:   michaelld at macports.org
Date:     2013-10-12 07:51:43 -0700 (Sat, 12 Oct 2013)
Log Message:
-----------
glfw:
* set license as 'zlib', ref: http://www.glfw.org/license.html
* set doxygen as build dependency, not lib.

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

Modified: trunk/dports/graphics/glfw/Portfile
===================================================================
--- trunk/dports/graphics/glfw/Portfile	2013-10-12 14:29:42 UTC (rev 112133)
+++ trunk/dports/graphics/glfw/Portfile	2013-10-12 14:51:43 UTC (rev 112134)
@@ -9,7 +9,7 @@
 categories          graphics
 maintainers         michaelld openmaintainer
 description         GLFW is a free, open-source, portable library for OpenGL and OpenGL ES application development.
-license             as-is
+license             zlib
 platforms           darwin macosx
 
 dist_subdir         glfw
@@ -72,7 +72,7 @@
 build.post_args     VERBOSE=1
 
 variant docs description {build documentation} {
-    depends_lib-append    port:doxygen
+    depends_build-append  port:doxygen
     configure.args-append -DDOXYGEN_EXECUTABLE=${prefix}/bin/doxygen
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131012/de6e5b99/attachment.html>


More information about the macports-changes mailing list