Revision: 134600 https://trac.macports.org/changeset/134600 Author: jeremyhu@macports.org Date: 2015-03-31 10:40:47 -0700 (Tue, 31 Mar 2015) Log Message: ----------- libcaca: Add dependency on freeglut and revbump Modified Paths: -------------- trunk/dports/graphics/libcaca/Portfile Modified: trunk/dports/graphics/libcaca/Portfile =================================================================== --- trunk/dports/graphics/libcaca/Portfile 2015-03-31 16:58:48 UTC (rev 134599) +++ trunk/dports/graphics/libcaca/Portfile 2015-03-31 17:40:47 UTC (rev 134600) @@ -5,6 +5,7 @@ name libcaca version 0.99.beta19 +revision 1 categories graphics license WTFPL-2 LGPL-2+ maintainers nomaintainer @@ -19,6 +20,7 @@ platforms darwin depends_build port:pkgconfig depends_lib port:imlib2 \ + port:freeglut \ port:libGLU \ port:ncurses master_sites http://caca.zoy.org/files/libcaca/
participants (1)
-
jeremyhu@macports.org