svn commit: r387433 - head/graphics/GraphicsMagick

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 25 21:16:40 UTC 2015


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}"


More information about the svn-ports-all mailing list