diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-12-26 18:00:07 +0000 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-12-26 18:00:07 +0000 |
commit | ecde87ff4d98d6262a093c6a164dbe5629d88aaf (patch) | |
tree | 8430c0c1a2a3fe0b352573d8de609d4a47232b2e /editors/py-room | |
parent | a94118d0a5c6053ff746c3b69b6e08c313f56879 (diff) | |
download | FreeBSD-ports-ecde87ff4d98d6262a093c6a164dbe5629d88aaf.zip FreeBSD-ports-ecde87ff4d98d6262a093c6a164dbe5629d88aaf.tar.gz |
- 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 faa244f..1de5685 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 |