From 0b23e636512ea268328c88241dd2205c17be00c4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 28 Mar 2015 07:17:33 +0100 Subject: [PATCH] xfconf: fix syntax error in the perl option. --- srcpkgs/xfconf/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/xfconf/template b/srcpkgs/xfconf/template index 8ee37749318..bcfca6b9366 100644 --- a/srcpkgs/xfconf/template +++ b/srcpkgs/xfconf/template @@ -2,12 +2,11 @@ pkgname=xfconf version=4.12.0 revision=1 -# Package build options build_options="perl" build_style=gnu-configure configure_args="$(vopt_enable perl perl-bindings)" hostmakedepends="pkg-config intltool" -makedepends="dbus-glib-devel libxfce4util-devel $(vopt_if perl 'perl perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib" +makedepends="dbus-glib-devel libxfce4util-devel $(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')" short_desc="Xfce hierarchical (tree-like) configuration system" maintainer="Juan RP " license="GPL-2, LGPL-2.1"