diff options
-rw-r--r-- | emulators/loemu/Makefile | 2 | ||||
-rw-r--r-- | emulators/pyxmame/Makefile | 2 | ||||
-rw-r--r-- | emulators/xgngeo/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/loemu/Makefile b/emulators/loemu/Makefile index 4e0108f71031..1a284476bcac 100644 --- a/emulators/loemu/Makefile +++ b/emulators/loemu/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://loemu.pegueroles.com/dists/ MAINTAINER= acm@FreeBSD.org COMMENT= Simple frontend for various game emulators -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 \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt 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 diff --git a/emulators/xgngeo/Makefile b/emulators/xgngeo/Makefile index e5bca6d882b1..7fd3ed5ff809 100644 --- a/emulators/xgngeo/Makefile +++ b/emulators/xgngeo/Makefile @@ -18,7 +18,7 @@ DIST_SUBDIR= gngeo MAINTAINER= acm@FreeBSD.org COMMENT= Fronted (GUI) for gngeo -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 \ gngeo:${PORTSDIR}/emulators/gngeo USE_BZIP2= yes |