mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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
This commit is contained in:
parent
acef145222
commit
63f9bbc725
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301215
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user