Index: head/graphics/zathura-ps/Makefile =================================================================== --- head/graphics/zathura-ps/Makefile (revision 474975) +++ head/graphics/zathura-ps/Makefile (revision 474976) @@ -1,29 +1,31 @@ # $FreeBSD$ PORTNAME= zathura-ps PORTVERSION= 0.2.6 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-ps/download/ \ http://www.madpilot.net/~mad/pwmt.org/ MAINTAINER= mike.d.ft402@gmail.com 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 USES= meson ninja compiler:c11 desktop-file-utils pkgconfig ssl tar:xz USE_GNOME= glib20 gtk30 PLIST_FILES= lib/zathura/libps.so \ share/applications/org.pwmt.zathura-ps.desktop \ share/appdata/org.pwmt.zathura-ps.metainfo.xml post-install: @${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/ps.so .include