diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-11 20:29:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-11 20:29:17 +0800 |
commit | b7a8d4f24592f778c98ade1c32ce2d1869cc2626 (patch) | |
tree | 5ed11b59558283dc35a1eaf72c7b53a409027c74 /textproc | |
parent | 91d53424d6c2905e53f342daa3e217a337742024 (diff) | |
download | freebsd-ports-gnome-b7a8d4f24592f778c98ade1c32ce2d1869cc2626.tar.gz freebsd-ports-gnome-b7a8d4f24592f778c98ade1c32ce2d1869cc2626.tar.zst freebsd-ports-gnome-b7a8d4f24592f778c98ade1c32ce2d1869cc2626.zip |
Canonicalize some old USE_PY*
With hat: portmgr
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 |