diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 15:43:33 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 15:43:33 +0000 |
commit | 91e4e8a4e39fb58b7f561b303947252390d62e3d (patch) | |
tree | 007c8519a6455a0a0c70a67ca551339c6c99673c /editors/py-room/Makefile | |
parent | b325ed20621b89892e9303249333c4deda2e4f15 (diff) | |
download | ports-91e4e8a4e39fb58b7f561b303947252390d62e3d.tar.gz ports-91e4e8a4e39fb58b7f561b303947252390d62e3d.zip |
Notes
Diffstat (limited to 'editors/py-room/Makefile')
-rw-r--r-- | editors/py-room/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/py-room/Makefile b/editors/py-room/Makefile index 168871d50705..22c71deb9b94 100644 --- a/editors/py-room/Makefile +++ b/editors/py-room/Makefile @@ -14,10 +14,9 @@ COMMENT= PyRoom is a clone of WriteRoom and features "distraction-free writing" RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg -USES= gettext -USE_PYTHON= yes +USES= gettext python +USE_PYTHON= distutils USE_GNOME= pygtk2 -USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= PyRoom post-patch: |