The ttb program requires the py-gtk bindings in order to run, but the corresponding runtime dependency is missing in the Makefile. Correct this by adding a runtime dependency. This PR suggests adding the py-gtk2 toolkit as runtime dependency, which works correctly. I haven't tested the py-gtk (GTK 1.X) toolkit as dependency. How-To-Repeat: 1. install net/nos-ttb 2. run ttb This fails with a message from the Python interpreter that it needs a gtk module. 3. install x11-toolkits/py-gtk2 4. ttb runs fine now.
Responsible Changed From-To: freebsd-ports-bugs->edwin Assign to the maintainer (a committer in disguise). BTW is the patch reversed?
The patch is reversed :( The idea is to _add_ the dependency. Rene -- GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) "It won't fit on the line." -- me, 2001
State Changed From-To: open->feedback Awaiting maintainers feedback
State Changed From-To: feedback->closed Committed, thanks!