diff options
author | dougb <dougb@FreeBSD.org> | 2012-07-20 13:52:20 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-07-20 13:52:20 +0800 |
commit | 901fa21165ee4cec7631003254803c969c9c8dc1 (patch) | |
tree | 153dcd30f0762eb01f9bd371cb546f64000d2146 /x11 | |
parent | c54893457fab5cfe117c0e11906ab930903cc90e (diff) | |
download | freebsd-ports-gnome-901fa21165ee4cec7631003254803c969c9c8dc1.tar.gz freebsd-ports-gnome-901fa21165ee4cec7631003254803c969c9c8dc1.tar.zst freebsd-ports-gnome-901fa21165ee4cec7631003254803c969c9c8dc1.zip |
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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-conf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xfce4-conf/Makefile b/x11/xfce4-conf/Makefile index 8657ccfb646e..1da51d541d0b 100644 --- a/x11/xfce4-conf/Makefile +++ b/x11/xfce4-conf/Makefile @@ -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 |