diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2021-09-24 20:55:47 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2021-09-24 21:10:15 +0000 |
commit | 0407bb07f88eba2cd8ecdd7d4f6fb8097b017aef (patch) | |
tree | 59827c71ba8430de6604f4213beab7b8ed1d8455 | |
parent | 41dec1283daf13b5c817353af9d814dd4aadaffa (diff) |
print/ft2demos: Temporarily mark as broken
Temporarily mark port as broken due to the version bump of freetype2
Discussed with maintainer in private email
PR: 251512
Approved by: tcberner (mentor), maintainer (private email)
Differential Revision: https://reviews.freebsd.org/D32086
-rw-r--r-- | print/ft2demos/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/ft2demos/Makefile b/print/ft2demos/Makefile index a4b572e85178..c4f8af986a7e 100644 --- a/print/ft2demos/Makefile +++ b/print/ft2demos/Makefile @@ -12,6 +12,8 @@ COMMENT= Demo programs for FreeType2 LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual +BROKEN= Doesn't build with FreeType 2.11.0 + BUILD_DEPENDS= ${NONEXISTENT}:print/freetype2:build LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png |