diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-25 21:17:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-25 21:17:15 +0000 |
commit | 1be0b8e3c28600cb0ccc996b4b2962fc85bcfff8 (patch) | |
tree | fae43f2edf1c4610c31ab2e1afa49f7004f3b9a1 /graphics | |
parent | The failure is on -CURRENT everywhere, but not on -11. (diff) |
Fails on amd64-current.
Notes
Notes:
svn path=/head/; revision=473348
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opendx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 60d0a2d2d968..a3716df06fd3 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -16,6 +16,8 @@ LICENSE_NAME= IBM PUBLIC LICENSE - Open Visualization Data Explorer VERSION 1.0 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_FreeBSD_12_amd64= fails to build: gmake[1]: *** No rule to make target 'Makefile'. Stop. + LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick \ libtiff.so:graphics/tiff \ libcdf.so:science/cdf \ |