| Summary: | emulators/loemu: depends on py-gtk2 in an incorrect way | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> |
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool) acm 2008-07-11 14:39:32 UTC
FreeBSD ports repository
Modified files:
emulators/loemu Makefile
emulators/pyxmame Makefile
emulators/xgngeo Makefile
Log:
- Use the correct way for take py-gtk dependency
PR: 125478 125479 125481
Submitted by: amdmi3
Revision Changes Path
1.10 +1 -1 ports/emulators/loemu/Makefile
1.6 +1 -1 ports/emulators/pyxmame/Makefile
1.10 +1 -1 ports/emulators/xgngeo/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/loemu: 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