aboutsummaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-25 21:16:39 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-25 21:16:39 +0000
commitd6a68690bc08f30dea46579b0587b2c5cecc4bea (patch)
tree7c2efd268c5935aba4b5fc94d9cb70e34c1d2b57 /graphics/GraphicsMagick
parentf410e9e17a78297df073ab3dfb5cc2eaa0927a1f (diff)
downloadports-d6a68690bc08f30dea46579b0587b2c5cecc4bea.tar.gz
ports-d6a68690bc08f30dea46579b0587b2c5cecc4bea.zip
- Strip libraries
Notes
Notes: svn path=/head/; revision=387433
Diffstat (limited to 'graphics/GraphicsMagick')
-rw-r--r--graphics/GraphicsMagick/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index ccea1e3c8089..07c78e987c02 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -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}"