diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-22 00:16:04 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-22 00:16:04 -0200 |
commit | ec715f427e8819b29a4e70ec6ebdef21d356ca33 (patch) | |
tree | ee3f5432f1d4027df91acc65d89a1bdc5dc850bc /libre | |
parent | bd0b920a231335da2d001fa80d6e59b6953a029f (diff) | |
download | abslibre-ec715f427e8819b29a4e70ec6ebdef21d356ca33.tar.gz abslibre-ec715f427e8819b29a4e70ec6ebdef21d356ca33.tar.bz2 abslibre-ec715f427e8819b29a4e70ec6ebdef21d356ca33.zip |
icecat: fix PKGBUILD
Diffstat (limited to 'libre')
-rw-r--r-- | libre/icecat/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 27ae22420..b57aaa4d1 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -20,7 +20,7 @@ pkgdesc="GNU IceCat, the standalone web browser based on Mozilla Firefox." arch=(i686 x86_64 mips64el) license=(MPL GPL LGPL) depends=(alsa-lib dbus-glib desktop-file-utils gtk2 hicolor-icon-theme hunspell icu libevent libvpx libxt mime-types mozilla-common mozilla-searchplugins nss sqlite startup-notification) -makedepends=(diffutils gst-plugins-base-libs imake inetutils libpulse mesa python2 yasm unzip zip) +makedepends=(diffutils gst-plugins-base-libs imake inetutils libpulse mesa python2 unzip yasm zip) options=(!emptydirs !makeflags debug) if $_pgo; then makedepends+=(xorg-server-xvfb) |