git: 162ca23603ff - main - graphics/GraphicsMagick: Fix FreeType detection
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 19:34:28 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=162ca23603ff88dc5eb364442cbba7c43eef0774 commit 162ca23603ff88dc5eb364442cbba7c43eef0774 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 19:29:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 19:29:31 +0000 graphics/GraphicsMagick: Fix FreeType detection - Bump PORTREVISION for package change Reported by: Bob Carr <carr.bob@gmail.com> --- graphics/GraphicsMagick/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index d7dcad9a9718..cd67ec91db0b 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -2,7 +2,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.38 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF @@ -12,11 +12,11 @@ COMMENT= Fast image processing tools based on ImageMagick LICENSE= MIT -USES= cpe libtool localbase pathfix tar:bzip2 +USES= cpe libtool localbase pathfix pkgconfig tar:bzip2 CONFIGURE_ARGS= --enable-shared --enable-static \ --with-windows-font-dir=${WINDOWS_FONT_DIR} \ - --without-perl --without-trio + --without-dps --without-gdi32 --without-perl --without-trio CONFIGURE_ENV= PTHREAD_LIBS=-lpthread GNU_CONFIGURE= yes INSTALL_TARGET= install-strip