Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2012 05:52:20 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301215 - head/x11/xfce4-conf
Message-ID:  <201207200552.q6K5qKSY062014@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dougb
Date: Fri Jul 20 05:52:20 2012
New Revision: 301215
URL: http://svn.freebsd.org/changeset/ports/301215

Log:
  Add the following:
  
  BUILD_DEPENDS=	p5-XML-Parser>0:${PORTSDIR}/textproc/p5-XML-Parser
  USE_PERL5_BUILD=	yes
  
  Without the latter, and without Perl installed, I get this in configure:
  
  checking for perl... no
  configure: error: perl not found
  
  Without the former I get this, still in configure:
  
  checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

Modified:
  head/x11/xfce4-conf/Makefile

Modified: head/x11/xfce4-conf/Makefile
==============================================================================
--- head/x11/xfce4-conf/Makefile	Fri Jul 20 03:57:28 2012	(r301214)
+++ head/x11/xfce4-conf/Makefile	Fri Jul 20 05:52:20 2012	(r301215)
@@ -7,7 +7,7 @@
 
 PORTNAME=	xfce4-conf
 PORTVERSION=	4.10.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11 xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 DISTNAME=	xfconf-${PORTVERSION}
@@ -16,6 +16,7 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	D-Bus-based configuration storage system
 
+BUILD_DEPENDS=	p5-XML-Parser>0:${PORTSDIR}/textproc/p5-XML-Parser
 LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
 
 USE_AUTOTOOLS=	libtool
@@ -24,6 +25,7 @@ USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GNOME=	glib20 gnomehack gtk20 intltool intlhack pkgconfig
 USE_LDCONFIG=	yes
+USE_PERL5_BUILD=	yes
 USE_XFCE=	configenv libutil
 USE_XORG=	x11
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207200552.q6K5qKSY062014>