| Summary: | emulators/wahcade: depends on py-gtk2 in an incorrect way | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> |
| Component: | Individual Port(s) | Assignee: | Alejandro Pulver <alepulver> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->alepulver Over to maintainer (via the GNATS Auto Assign Tool) alepulver 2008-07-11 17:48:24 UTC
FreeBSD ports repository
Modified files:
emulators/wahcade Makefile
Log:
- Bump PORTREVISION.
- Correctly depend on py-gtk (it was previously depending on a file that
belongs to py-gobject).
PR: ports/125480
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Revision Changes Path
1.19 +2 -2 ports/emulators/wahcade/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks! |
emulators/wahcade depends on py-gtk2 like this: RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk2 But ${PYTHON_SITELIBDIR}/pygtk.pth belongs to devel/py-gobject actually, so the ports should depend on py-gobject instead or (more likely) depend on py-gtk2 in a correct way. For example, like this: RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2