Date: Sun, 6 Nov 2016 21:33:17 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425587 - head/devel/xdg-utils Message-ID: <201611062133.uA6LXH0h075445@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Nov 6 21:33:17 2016 New Revision: 425587 URL: https://svnweb.freebsd.org/changeset/ports/425587 Log: Reduce the number of build dependencies by using minixmlto Approved by: kwm Differential Revision: https://reviews.freebsd.org/D8449 Modified: head/devel/xdg-utils/Makefile Modified: head/devel/xdg-utils/Makefile ============================================================================== --- head/devel/xdg-utils/Makefile Sun Nov 6 21:32:22 2016 (r425586) +++ head/devel/xdg-utils/Makefile Sun Nov 6 21:33:17 2016 (r425587) @@ -12,12 +12,13 @@ COMMENT= Tools to allow all applications LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= xmlto:textproc/xmlto +BUILD_DEPENDS= minixmlto:textproc/minixmlto RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ xprop:x11/xprop \ xset:x11/xset USES= gmake +CONFIGURE_ENV= XMLTO=${LOCALBASE}/bin/minixmlto GNU_CONFIGURE= yes NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611062133.uA6LXH0h075445>