diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:59:37 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:59:37 +0000 |
commit | 273cb9ed49a646f936aa4001af695620e0920aac (patch) | |
tree | 8d28353772f2edfb8d12bf9422e8b4e2576fe7a4 /misc/gimp-help-en/Makefile | |
parent | 734b63302e4eff161f45e72e9888eb8fbd1ad403 (diff) |
Notes
Diffstat (limited to 'misc/gimp-help-en/Makefile')
-rw-r--r-- | misc/gimp-help-en/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/gimp-help-en/Makefile b/misc/gimp-help-en/Makefile index a17a2f3f0c08..ee8f60f9e340 100644 --- a/misc/gimp-help-en/Makefile +++ b/misc/gimp-help-en/Makefile @@ -22,10 +22,9 @@ LICENSE= GFDL BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 \ ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl -USES= gettext:build gmake perl5 pkgconfig shebangfix tar:bzip2 +USES= gettext:build gmake perl5 pkgconfig python shebangfix tar:bzip2 USE_GNOME= libxslt:build USE_PERL5= build -USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-gimp CONFIGURE_ENV= ALL_LINGUAS=${DOCLANG} |