diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gtk-doc/Makefile | 3 | ||||
-rw-r--r-- | textproc/itstool/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index 153e24112..11f7f429c 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -26,9 +26,8 @@ CATALOG_DIR= ${PREFIX}/share/sgml/${PORTNAME} XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports -USES= gmake pathfix perl5 pkgconfig tar:xz +USES= gmake pathfix perl5 pkgconfig python tar:xz USE_GNOME= gnomeprefix libxslt -USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xml-catalog=${LOCALBASE}/share/xml/catalog.ports diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile index d835d5e32..df01e7a37 100644 --- a/textproc/itstool/Makefile +++ b/textproc/itstool/Makefile @@ -16,8 +16,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 -USES= tar:bzip2 -USE_PYTHON_RUN= 2 +USES= python:2 tar:bzip2 GNU_CONFIGURE= yes post-patch: |