diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-24 00:47:12 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-24 00:47:12 +0000 |
commit | 76bfcff059e5f8d96acf54827031ebf11d032b4a (patch) | |
tree | b7344c2226686072b43ddcb8fdd10bedc4229e0f | |
parent | d9286dc68b02d3d6c34b0ddfbf9b0fc04311bb24 (diff) | |
download | ports-76bfcff059e5f8d96acf54827031ebf11d032b4a.tar.gz ports-76bfcff059e5f8d96acf54827031ebf11d032b4a.zip |
Notes
-rw-r--r-- | graphics/llpp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/llpp/Makefile b/graphics/llpp/Makefile index c53accfdea79..a225ffb72a28 100644 --- a/graphics/llpp/Makefile +++ b/graphics/llpp/Makefile @@ -20,6 +20,10 @@ LICENSE_NAME_PUBLIC_DOMAIN= Public Domain LICENSE_FILE_PUBLIC_DOMAIN= ${WRKSRC}/README LICENSE_PERMS_PUBLIC_DOMAIN= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN= fails to build +DEPRECATED= fails to build with mupdf 1.14.0 and unable to update due to outdated lang/ocaml +EXPIRATION_DATE= 2019-03-31 + BUILD_DEPENDS= gsed:textproc/gsed LIB_DEPENDS= libcurl.so:ftp/curl \ libfreetype.so:print/freetype2 \ |