diff options
author | mva <mva@FreeBSD.org> | 2014-10-20 02:16:15 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-20 02:16:15 +0800 |
commit | c663eb84d61d805cf3d884912748c728228e1be5 (patch) | |
tree | 07d6b1b1d632ab65321d268042b2ca4bc8531aaa /x11-fonts | |
parent | 0ff86cb0331839636945efdd21785d508ca99408 (diff) | |
download | freebsd-ports-gnome-c663eb84d61d805cf3d884912748c728228e1be5.tar.gz freebsd-ports-gnome-c663eb84d61d805cf3d884912748c728228e1be5.tar.zst freebsd-ports-gnome-c663eb84d61d805cf3d884912748c728228e1be5.zip |
- Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
x11-fonts/, x11-toolkits and x11-wm to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/font-manager/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/py-bdflib/Makefile | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/x11-fonts/font-manager/Makefile b/x11-fonts/font-manager/Makefile index 0e452c7d3938..067f851a64f0 100644 --- a/x11-fonts/font-manager/Makefile +++ b/x11-fonts/font-manager/Makefile @@ -17,10 +17,9 @@ LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 -USE_PYTHON= 2 USE_GNOME= pygtk2 GNU_CONFIGURE= yes -USES= gmake pkgconfig tar:bzip2 +USES= gmake pkgconfig python:2 tar:bzip2 PORTDATA= * 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}",' \ |