aboutsummaryrefslogtreecommitdiff
path: root/games/magicor
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-07-10 16:28:34 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-07-10 16:28:34 +0000
commit1dc4ce0792622abe7abbfc40ff761cb61c9c0da7 (patch)
tree3bee1b6491096131b184aacf54bd37475f3bb557 /games/magicor
parentb3c44e7f8e34d918f4b25fd5f67805a8989ad33f (diff)
downloadports-1dc4ce0792622abe7abbfc40ff761cb61c9c0da7.tar.gz
ports-1dc4ce0792622abe7abbfc40ff761cb61c9c0da7.zip
- Depend on py-gtk2 in correct way
Approved by: miwi (mentor)
Notes
Notes: svn path=/head/; revision=216657
Diffstat (limited to 'games/magicor')
-rw-r--r--games/magicor/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/magicor/Makefile b/games/magicor/Makefile
index 2ee77ac3845e..b92f7a0f5cdb 100644
--- a/games/magicor/Makefile
+++ b/games/magicor/Makefile
@@ -7,6 +7,7 @@
PORTNAME= magicor
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF
DISTFILES= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX} \
@@ -27,7 +28,7 @@ OPTIONS= EDITOR "Enable editor" on
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_EDITOR)
-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
PLIST_SUB+= EDITOR=""
.else
PLIST_SUB+= EDITOR="@comment "