From owner-svn-ports-head@FreeBSD.ORG Fri Jul 20 05:52:20 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E315B106566B; Fri, 20 Jul 2012 05:52:20 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CE0B98FC12; Fri, 20 Jul 2012 05:52:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6K5qKsh062016; Fri, 20 Jul 2012 05:52:20 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6K5qKSY062014; Fri, 20 Jul 2012 05:52:20 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201207200552.q6K5qKSY062014@svn.freebsd.org> From: Doug Barton Date: Fri, 20 Jul 2012 05:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301215 - head/x11/xfce4-conf X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2012 05:52:21 -0000 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