diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 18:16:15 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 18:16:15 +0000 |
commit | a5f9cc91c28e33d61678c2ad38bb9108ec2e58f4 (patch) | |
tree | 07d6b1b1d632ab65321d268042b2ca4bc8531aaa /x11-wm/obkey | |
parent | b997ee32c898a372f1adc43d6637b8c37f2f5065 (diff) |
Notes
Diffstat (limited to 'x11-wm/obkey')
-rw-r--r-- | x11-wm/obkey/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/obkey/Makefile b/x11-wm/obkey/Makefile index e4cde86f760b..15d3382442f6 100644 --- a/x11-wm/obkey/Makefile +++ b/x11-wm/obkey/Makefile @@ -13,9 +13,8 @@ LICENSE= MIT RUN_DEPENDS= py27-gtk2>=2.14:${PORTSDIR}/x11-toolkits/py-gtk2 -USES= gettext -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= gettext python +USE_PYTHON= distutils PORTDOCS= NEWS |