diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-12-26 18:00:07 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-12-26 18:00:07 +0000 |
commit | f9231ebb498435631546ed52baf33ce2fe68092a (patch) | |
tree | 94254b60015e6a1dbbaf4bea13ab306ea45dfd94 /editors | |
parent | 0770b7d72889890d93fce5949d759358872e44c5 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/py-room/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/py-room/Makefile b/editors/py-room/Makefile index faa244fae77f..1de5685ec99c 100644 --- a/editors/py-room/Makefile +++ b/editors/py-room/Makefile @@ -7,6 +7,7 @@ PORTNAME= room PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= editors python MASTER_SITES= https://launchpad.net/pyroom/${PORTVERSION:R}/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg FETCH_ARGS= USE_GETTEXT= yes USE_PYTHON= yes -USE_GNOME= pygtk +USE_GNOME= pygtk2 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= PyRoom |