Date: Tue, 23 Jun 2015 14:11:53 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390405 - head/devel/gazpacho Message-ID: <201506231411.t5NEBrUf055360@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 23 14:11:53 2015 New Revision: 390405 URL: https://svnweb.freebsd.org/changeset/ports/390405 Log: - Add USES=desktop-file-utils as suggested by stage-qa - Add NO_ARCH Modified: head/devel/gazpacho/Makefile Modified: head/devel/gazpacho/Makefile ============================================================================== --- head/devel/gazpacho/Makefile Tue Jun 23 14:11:44 2015 (r390404) +++ head/devel/gazpacho/Makefile Tue Jun 23 14:11:53 2015 (r390405) @@ -14,9 +14,10 @@ RUN_DEPENDS= ${LOCALBASE}/bin/kiwi-i18n: BUILD_DEPENDS= ${LOCALBASE}/bin/kiwi-i18n:${PORTSDIR}/x11-toolkits/py-kiwi NO_BUILD= yes +NO_ARCH= yes USE_GNOME= pygtk2 USE_PYTHON= distutils -USES= gettext python +USES= desktop-file-utils gettext python DOCS= AUTHORS ChangeLog CONTRIBUTORS COPYING README NEWS OPTIONS_DEFINE= DOCS EXAMPLES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506231411.t5NEBrUf055360>