Ticket #47526: patch-libcaca.diff
File patch-libcaca.diff, 1.3 KB (added by mkae (Marko Käning), 10 years ago) |
---|
-
Portfile
5 5 6 6 name libcaca 7 7 version 0.99.beta19 8 revision 18 revision 2 9 9 categories graphics 10 10 license WTFPL-2 LGPL-2+ 11 11 maintainers nomaintainer … … 19 19 homepage http://libcaca.zoy.org/wiki/libcaca 20 20 platforms darwin 21 21 depends_build port:pkgconfig 22 depends_lib port:imlib2 \ 23 port:freeglut \ 24 port:libGLU \ 25 port:ncurses 22 depends_lib port:ncurses 23 26 24 master_sites http://caca.zoy.org/files/libcaca/ 27 25 #master_sites http://libcaca.zoy.org/raw-attachment/wiki/libcaca/ 28 26 … … 44 42 # Disable silent rules 45 43 build.args-append V=1 46 44 47 variant x11 { 48 depends_lib-append port:xorg-libX11 49 configure.args-delete --disable-x11 45 variant x11 { 46 depends_lib-append port:imlib2 \ 47 port:freeglut \ 48 port:libGLU \ 49 port:xorg-libX11 50 51 configure.args-delete --disable-x11 50 52 configure.args-append --enable-x11 \ 51 53 --x-includes=${prefix}/include \ 52 54 --x-libraries=${prefix}/lib