summaryrefslogtreecommitdiff
path: root/community/flashrom/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/flashrom/PKGBUILD')
-rw-r--r--community/flashrom/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/flashrom/PKGBUILD b/community/flashrom/PKGBUILD
index fdddeba55..151e68d24 100644
--- a/community/flashrom/PKGBUILD
+++ b/community/flashrom/PKGBUILD
@@ -12,7 +12,7 @@ url="http://www.flashrom.org/"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
depends=('libftdi' 'pciutils')
-optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
+[ "$CARCH" != "mips64el" ] && optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2")
md5sums=('3b82658d71fb852aa45001cdf5f3e013')