svn commit: r301215 - head/x11/xfce4-conf
Doug Barton
dougb at FreeBSD.org
Fri Jul 20 05:52:21 UTC 2012
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 at 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
More information about the svn-ports-head
mailing list