diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cdiff/Makefile | 6 | ||||
-rw-r--r-- | textproc/mate-doc-utils/Makefile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/cdiff/Makefile b/textproc/cdiff/Makefile index 6940bcdc61fa..a4917274f154 100644 --- a/textproc/cdiff/Makefile +++ b/textproc/cdiff/Makefile @@ -18,9 +18,9 @@ GH_ACCOUNT= ymattw GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 67c9831 -USE_PYTHON= -USE_PYDISTUTILS= -PYDISTUTILS_AUTOPLIST= +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes OPTIONS_DEFINE= DOCS diff --git a/textproc/mate-doc-utils/Makefile b/textproc/mate-doc-utils/Makefile index 26e662c66ad6..5f6a09460043 100644 --- a/textproc/mate-doc-utils/Makefile +++ b/textproc/mate-doc-utils/Makefile @@ -22,7 +22,7 @@ PORTSCOUT= limitw:1,even USES= gettext gmake pathfix pkgconfig tar:xz USE_MATE= autogen common:build intlhack USE_GNOME= gnomehier libxml2 libxslt -USE_PYTHON= build +USE_PYTHON_BUILD= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= aclocal:env autoconf:env automake:env |