Commits
Ryan Schmidt authored 5a4dc9f1bda
19 19 | rmd160 94243d246cef12e09c33b728ef37b16594d40813 |
20 20 | |
21 21 | depends_build port:pkgconfig |
22 22 | depends_lib port:libpng port:gtk2 port:freetype |
23 23 | |
24 24 | patchfiles patch-configure.diff \ |
25 25 | patch-png.c.diff |
26 26 | |
27 27 | configure.args --mandir=${prefix}/share/man/man1 \ |
28 28 | gtk2 man cflags ldflags |
29 - | |
30 - | variant gtk1 description "use GTK+1 instead of GTK+2" { |
31 - | depends_lib-delete port:gtk2 |
32 - | depends_lib-append port:gtk1 |
33 - | configure.args-delete gtk2 |
34 - | configure.args-append gtk1 |
35 - | } |