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/loemu | |
parent | 2e9a4549378f6a22ba581ce3074c30f215820eb0 (diff) | |
download | ports-7134e85032cef6fdcb3450cde4771a6256655ad7.tar.gz ports-7134e85032cef6fdcb3450cde4771a6256655ad7.zip |
Notes
Diffstat (limited to 'emulators/loemu')
-rw-r--r-- | emulators/loemu/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |