svn commit: r425587 - head/devel/xdg-utils

Baptiste Daroussin bapt at FreeBSD.org
Sun Nov 6 21:33:19 UTC 2016


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
 


More information about the svn-ports-all mailing list