diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-07-12 01:48:24 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-07-12 01:48:24 +0800 |
commit | a7e9f3b24c6844c34df477269643c91ea9207b2e (patch) | |
tree | 5bc0863f64b76f90188082d48b5afddd00893644 /emulators | |
parent | c733f6192b045df2adb8e8ced83cd1ecd6489f76 (diff) | |
download | freebsd-ports-gnome-a7e9f3b24c6844c34df477269643c91ea9207b2e.tar.gz freebsd-ports-gnome-a7e9f3b24c6844c34df477269643c91ea9207b2e.tar.zst freebsd-ports-gnome-a7e9f3b24c6844c34df477269643c91ea9207b2e.zip |
- Bump PORTREVISION.
- Correctly depend on py-gtk (it was previously depending on a file that
belongs to py-gobject).
PR: ports/125480
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wahcade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wahcade/Makefile b/emulators/wahcade/Makefile index 0d8d09bf75c3..2f4bb7b37979 100644 --- a/emulators/wahcade/Makefile +++ b/emulators/wahcade/Makefile @@ -7,14 +7,14 @@ PORTNAME= wahcade PORTVERSION= 0.27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://www.anti-particle.com/projects/wahcade/ MAINTAINER= alepulver@FreeBSD.org COMMENT= A frontend for almost any emulator (MameWAH clone) -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}/cElementTree.so:${PORTSDIR}/devel/py-celementtree \ ${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet |