diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-12-27 02:00:07 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-12-27 02:00:07 +0800 |
commit | f9231ebb498435631546ed52baf33ce2fe68092a (patch) | |
tree | 94254b60015e6a1dbbaf4bea13ab306ea45dfd94 /editors/py-room | |
parent | 0770b7d72889890d93fce5949d759358872e44c5 (diff) | |
download | freebsd-ports-gnome-f9231ebb498435631546ed52baf33ce2fe68092a.tar.gz freebsd-ports-gnome-f9231ebb498435631546ed52baf33ce2fe68092a.tar.zst freebsd-ports-gnome-f9231ebb498435631546ed52baf33ce2fe68092a.zip |
- Make this port rely on pygtk2
PR: ports/141300
Submitted by: Alexander Best <alexbestms AT wwu.de> (maintainer)
Diffstat (limited to 'editors/py-room')
-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 |