svn commit: r322570 - head/devel/xdg-user-dirs

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Jul 9 20:01:54 UTC 2013


Author: rakuco
Date: Tue Jul  9 20:01:53 2013
New Revision: 322570
URL: http://svnweb.freebsd.org/changeset/ports/322570

Log:
  Depend on textproc/docbook-xsl.
  
  This is needed to generate the man pages, and should fix the package
  building, as reported by the FreeBSD cluster machines.

Modified:
  head/devel/xdg-user-dirs/Makefile

Modified: head/devel/xdg-user-dirs/Makefile
==============================================================================
--- head/devel/xdg-user-dirs/Makefile	Tue Jul  9 18:56:53 2013	(r322569)
+++ head/devel/xdg-user-dirs/Makefile	Tue Jul  9 20:01:53 2013	(r322570)
@@ -2,12 +2,15 @@
 
 PORTNAME=	xdg-user-dirs
 PORTVERSION=	0.15
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://user-dirs.freedesktop.org/releases/
 
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Tool to help manage personal user directories
 
+BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
+
 GNU_CONFIGURE=	yes
 USES=		gettext iconv
 USE_GMAKE=	yes


More information about the svn-ports-all mailing list