diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-07-11 14:39:32 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-07-11 14:39:32 +0000 |
commit | 7134e85032cef6fdcb3450cde4771a6256655ad7 (patch) | |
tree | d4f1827d2fdc0e4e6fdb90da2c817905651fa7e0 /emulators/pyxmame/Makefile | |
parent | 2e9a4549378f6a22ba581ce3074c30f215820eb0 (diff) |
- Use the correct way for take py-gtk dependency
PR: 125478 125479 125481
Submitted by: amdmi3
Notes
Notes:
svn path=/head/; revision=216700
Diffstat (limited to 'emulators/pyxmame/Makefile')
-rw-r--r-- | emulators/pyxmame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/pyxmame/Makefile b/emulators/pyxmame/Makefile index b05b0c90fa08..f44572be9be3 100644 --- a/emulators/pyxmame/Makefile +++ b/emulators/pyxmame/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= acm@FreeBSD.org COMMENT= Simple frontend for the xmame -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk2 \ +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ xmame:${PORTSDIR}/emulators/xmame USE_PYTHON= yes |