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-fonts/py-bdflib | |
parent | b997ee32c898a372f1adc43d6637b8c37f2f5065 (diff) |
Notes
Diffstat (limited to 'x11-fonts/py-bdflib')
-rw-r--r-- | x11-fonts/py-bdflib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/py-bdflib/Makefile b/x11-fonts/py-bdflib/Makefile index 873dcc9d8289..b7e9d978c972 100644 --- a/x11-fonts/py-bdflib/Makefile +++ b/x11-fonts/py-bdflib/Makefile @@ -13,8 +13,8 @@ COMMENT= Library for working with BDF font files LICENSE= GPLv3 -USE_PYTHON= 2 -USE_PYDISTUTILS= yes +USES= python:2 +USE_PYTHON= distutils post-patch: @${REINPLACE_CMD} -e '/def/!s,guess_version(),"${PORTVERSION}",' \ |