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 | |
parent | 2e9a4549378f6a22ba581ce3074c30f215820eb0 (diff) | |
download | ports-7134e85032cef6fdcb3450cde4771a6256655ad7.tar.gz ports-7134e85032cef6fdcb3450cde4771a6256655ad7.zip |
- Use the correct way for take py-gtk dependency
PR: 125478 125479 125481
Submitted by: amdmi3
Notes
Notes:
svn path=/head/; revision=216700
-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 |