Date: Mon, 25 May 2015 21:16:39 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387433 - head/graphics/GraphicsMagick Message-ID: <201505252116.t4PLGdki068611@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon May 25 21:16:39 2015 New Revision: 387433 URL: https://svnweb.freebsd.org/changeset/ports/387433 Log: - Strip libraries Modified: head/graphics/GraphicsMagick/Makefile Modified: head/graphics/GraphicsMagick/Makefile ============================================================================== --- head/graphics/GraphicsMagick/Makefile Mon May 25 21:03:48 2015 (r387432) +++ head/graphics/GraphicsMagick/Makefile Mon May 25 21:16:39 2015 (r387433) @@ -3,7 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.20 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ @@ -30,6 +30,7 @@ CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" CONFIGURE_ARGS= --without-perl --enable-shared --enable-static \ --with-quantum-depth="${QD}" \ --with-windows-font-dir="${WINDOWS_FONT_DIR}" +INSTALL_TARGET= install-strip USE_LDCONFIG= yes PLIST_SUB= Q="${QD}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505252116.t4PLGdki068611>