diff options
author | antoine <antoine@FreeBSD.org> | 2018-07-20 04:42:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-07-20 04:42:28 +0800 |
commit | 8fa5d3b0a7735cef965bf97fe40169ce8d3b9236 (patch) | |
tree | 3a673a7a5f23f74ac60aac0790f408ab0dccd081 /graphics | |
parent | ce89262c5f1a16f3498debebba4285e961b9cfa5 (diff) | |
download | freebsd-ports-gnome-8fa5d3b0a7735cef965bf97fe40169ce8d3b9236.tar.gz freebsd-ports-gnome-8fa5d3b0a7735cef965bf97fe40169ce8d3b9236.tar.zst freebsd-ports-gnome-8fa5d3b0a7735cef965bf97fe40169ce8d3b9236.zip |
Mark BROKEN: fails to stage
strip: open /wrkdirs/usr/ports/graphics/zathura-ps/work/stage/usr/local/lib/zathura/ps.so failed: No such file or directory
Reported by: pkg-fallout
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/zathura-ps/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/zathura-ps/Makefile b/graphics/zathura-ps/Makefile index 8105e63fe661..db48cca44043 100644 --- a/graphics/zathura-ps/Makefile +++ b/graphics/zathura-ps/Makefile @@ -12,6 +12,8 @@ COMMENT= PostScript support for Zathura PDF viewer LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to stage + LIB_DEPENDS= libspectre.so:print/libspectre BUILD_DEPENDS= zathura:graphics/zathura RUN_DEPENDS= zathura:graphics/zathura |