diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-07-15 06:59:18 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-07-15 06:59:18 +0000 |
commit | 609f78da7723c54e6d88699fd02d5eb8eb9b286f (patch) | |
tree | 1bd48d8c2e75c51d61b4d831dfe3d8f3966cbbf6 /misc | |
parent | a1fe8805db104c50be22bce2da31f757b9dad6b0 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/zygrib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/zygrib/Makefile b/misc/zygrib/Makefile index 70bdfa96415b..17e732376f97 100644 --- a/misc/zygrib/Makefile +++ b/misc/zygrib/Makefile @@ -11,7 +11,7 @@ COMMENT= Weather data visualization, GRIB file viewer LICENSE= GPLv3 -BROKEN_FreeBSD_10= g2clib/libg2c.a: could not read symbols: File format not recognized +BROKEN_i386= g2clib/libg2c.a: could not read symbols: File format not recognized FETCH_DEPENDS= curl:ftp/curl LIB_DEPENDS= libjasper.so:graphics/jasper \ |