git: b7193b2f2a7e - main - graphics/Makefile: remove false dependency on freetype 1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jun 2022 09:56:41 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7193b2f2a7ebca1438943e37d5dcd1a9bbedd77 commit b7193b2f2a7ebca1438943e37d5dcd1a9bbedd77 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-06-08 09:39:12 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-06-08 09:56:27 +0000 graphics/Makefile: remove false dependency on freetype 1 --- graphics/ocaml-images/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index d6405e47b9c0..80ff64fbfcf4 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -2,7 +2,7 @@ PORTNAME= images PORTVERSION= 4.0.1 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 2 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/camlspotter/camlimages/get/ @@ -33,8 +33,8 @@ WRKSRC= ${WRKDIR}/camlspotter-camlimages-c803efa9d5d3 MAKE_JOBS_UNSAFE= yes -OPTIONS_DEFINE= PNG JPEG TIFF XPM GIF FREETYPE GHOSTSCRIPT GTK2 DOCS -OPTIONS_DEFAULT=PNG JPEG TIFF XPM GIF FREETYPE GHOSTSCRIPT +OPTIONS_DEFINE= PNG JPEG TIFF XPM GIF GHOSTSCRIPT GTK2 DOCS +OPTIONS_DEFAULT=PNG JPEG TIFF XPM GIF GHOSTSCRIPT OPTIONS_SUB= yes PNG_CONFIGURE_WITH= png @@ -53,8 +53,7 @@ GIF_LIB_DEPENDS= libgif.so:graphics/giflib FREETYPE_USES= pkgconfig FREETYPE_CONFIGURE_WITH=freetype -FREETYPE_LIB_DEPENDS= libttf.so:print/freetype \ - libfreetype.so:print/freetype2 +FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 GHOSTSCRIPT_CONFIGURE_WITH= gs GHOSTSCRIPT_USES= ghostscript