diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-07-10 16:28:34 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-07-10 16:28:34 +0000 |
commit | 1dc4ce0792622abe7abbfc40ff761cb61c9c0da7 (patch) | |
tree | 3bee1b6491096131b184aacf54bd37475f3bb557 /games/magicor | |
parent | b3c44e7f8e34d918f4b25fd5f67805a8989ad33f (diff) | |
download | ports-1dc4ce0792622abe7abbfc40ff761cb61c9c0da7.tar.gz ports-1dc4ce0792622abe7abbfc40ff761cb61c9c0da7.zip |
Notes
Diffstat (limited to 'games/magicor')
-rw-r--r-- | games/magicor/Makefile | 3 |
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 " |