xfconf: fix syntax error in the perl option.

This commit is contained in:
Juan RP 2015-03-28 07:17:33 +01:00
parent 3d21e40c26
commit 0b23e63651
1 changed files with 1 additions and 2 deletions

View File

@ -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 <xtraeme@gmail.com>"
license="GPL-2, LGPL-2.1"