diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-11-01 15:16:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-11-01 15:16:52 +0000 |
commit | 8a05924571410abdcc81f71255f94d2e20a48bb6 (patch) | |
tree | b466bd99667ecd2295ab789ab6e2d707ca0df7d2 /sysutils/flashrom | |
parent | 1463db795b6584431183cccac8906bf5159a0855 (diff) | |
download | ports-8a05924571410abdcc81f71255f94d2e20a48bb6.tar.gz ports-8a05924571410abdcc81f71255f94d2e20a48bb6.zip |
Notes
Diffstat (limited to 'sysutils/flashrom')
-rw-r--r-- | sysutils/flashrom/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/flashrom/Makefile b/sysutils/flashrom/Makefile index 74cce806ae03..701fdd959d24 100644 --- a/sysutils/flashrom/Makefile +++ b/sysutils/flashrom/Makefile @@ -13,8 +13,6 @@ COMMENT= Utility for reading, writing, verifying, and erasing flash ROM chips LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -ONLY_FOR_ARCHS= amd64 i386 - LIB_DEPENDS= libpci.so:devel/libpci USES= gmake tar:bzip2 @@ -24,9 +22,13 @@ MAKE_ENV= WARNERROR=no PLIST_FILES= bin/flashrom \ man/man8/flashrom.8.gz PORTDOCS= * - -OPTIONS_DEFINE= DMIDECODE DOCS FTDI -OPTIONS_DEFAULT= DMIDECODE FTDI + +OPTIONS_DEFINE= BUSPIRATE DOCS FTDI +OPTIONS_DEFINE_amd64= DMIDECODE +OPTIONS_DEFINE_i386= DMIDECODE +OPTIONS_DEFAULT= FTDI +OPTIONS_DEFAULT_amd64= DMIDECODE +OPTIONS_DEFAULT_i386= DMIDECODE DMIDECODE_DESC= Use dmidecode to gather DMI information FTDI_DESC= Enable external FT2232SPI flasher support |