From 1dc4ce0792622abe7abbfc40ff761cb61c9c0da7 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 10 Jul 2008 16:28:34 +0000 Subject: - Depend on py-gtk2 in correct way Approved by: miwi (mentor) --- games/magicor/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games/magicor') 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 .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 " -- cgit v1.2.3