svn commit: r342607 - head/x11/lxmenu-data

Rusmir Dusko nemysis at FreeBSD.org
Tue Feb 4 20:56:59 UTC 2014


Author: nemysis
Date: Tue Feb  4 20:56:58 2014
New Revision: 342607
URL: http://svnweb.freebsd.org/changeset/ports/342607
QAT: https://qat.redports.org/buildarchive/r342607/

Log:
  - Add dependency for textproc/p5-XML-Parser
  
  Reported by:	lme

Modified:
  head/x11/lxmenu-data/Makefile

Modified: head/x11/lxmenu-data/Makefile
==============================================================================
--- head/x11/lxmenu-data/Makefile	Tue Feb  4 20:45:48 2014	(r342606)
+++ head/x11/lxmenu-data/Makefile	Tue Feb  4 20:56:58 2014	(r342607)
@@ -11,6 +11,8 @@ COMMENT=	Menu data used by lxpanel
 
 LICENSE=	GPLv2
 
+BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
+
 USES=		gmake gettext
 USE_XORG=	x11 xmu
 USE_GNOME=	intltool


More information about the svn-ports-all mailing list