Date: Mon, 29 Jul 2024 12:46:04 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1400999c96d1 - main - graphics/GraphicsMagick: Use USES=localbase:ldflags Message-ID: <202407291246.46TCk4QQ009332@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1400999c96d15e93bdaefbba7ed90e332febdff5 commit 1400999c96d15e93bdaefbba7ed90e332febdff5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-29 12:38:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-29 12:38:57 +0000 graphics/GraphicsMagick: Use USES=localbase:ldflags --- graphics/GraphicsMagick/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 51bc9dec4203..c706642ec1ba 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -12,7 +12,7 @@ WWW= https://graphicsmagick.sourceforge.io/ \ LICENSE= MIT -USES= cpe libtool localbase pathfix pkgconfig tar:xz +USES= cpe libtool localbase:ldflags pathfix pkgconfig tar:xz CONFIGURE_ARGS= --enable-shared --enable-static \ --with-windows-font-dir=${WINDOWS_FONT_DIR} \ @@ -35,7 +35,7 @@ TEST_DESC= Run bundled self-tests after build BZIP2_CONFIGURE_WITH= bzlib FPX_CONFIGURE_WITH= fpx -FPX_LDFLAGS= -L${LOCALBASE}/lib -lfpx +FPX_LDFLAGS= -lfpx FPX_LIB_DEPENDS= libfpx.so:graphics/libfpx FREETYPE_CONFIGURE_WITH=ttf FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 @@ -69,8 +69,8 @@ WEBP_LIB_DEPENDS= libwebp.so:graphics/webp WMF_CONFIGURE_WITH= wmf X11_CONFIGURE_OFF= ac_cv_lib_ICE_IceConnectionNumber=no X11_CONFIGURE_WITH= x -X11_USES= xorg X11_USE= XORG=ice,sm,x11,xext +X11_USES= xorg XML_CONFIGURE_WITH= xml XML_USE= GNOME=libxml2 XML_USES= gnome
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407291246.46TCk4QQ009332>