diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-18 20:26:22 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-18 20:26:22 -0300 |
commit | b15e437f0c6f7f5bc087e1269e9ee416a5072555 (patch) | |
tree | e0482672dbac8d52e8e65f55aa2135e5ded52cbe /libre/iceweasel-libre | |
parent | cf0c2e21b47a128584e6b6590b80e434f702f6a0 (diff) | |
download | abslibre-b15e437f0c6f7f5bc087e1269e9ee416a5072555.tar.gz abslibre-b15e437f0c6f7f5bc087e1269e9ee416a5072555.tar.bz2 abslibre-b15e437f0c6f7f5bc087e1269e9ee416a5072555.zip |
iceweasel-libre: revert some deps to makedepends line
Diffstat (limited to 'libre/iceweasel-libre')
-rw-r--r-- | libre/iceweasel-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index 677c7dad0..102e59fe6 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -28,8 +28,8 @@ pkgrel=1 pkgdesc="A libre version of Debian Iceweasel, 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 libevent libvpx libxt mime-types mozilla-common mozilla-searchplugins nss sqlite startup-notification) -makedepends=(diffutils gstreamer0.10-base imake inetutils libpulse mesa python2 quilt unzip zip) +depends=(alsa-lib dbus-glib desktop-file-utils gtk2 hicolor-icon-theme hunspell libevent libnotify libvpx libxt mime-types mozilla-common mozilla-searchplugins nss sqlite startup-notification) +makedepends=(autoconf2.13 diffutils gstreamer0.10-base imagemagick imake inetutils libidl2 libpulse librsvg libxslt mesa pkg-config python2 quilt unzip zip) [ "$CARCH" != "mips64el" ] && makedepends+=('yasm') options=(!emptydirs !makeflags) if $_pgo; then |