diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-25 21:16:39 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-25 21:16:39 +0000 |
commit | d6a68690bc08f30dea46579b0587b2c5cecc4bea (patch) | |
tree | 7c2efd268c5935aba4b5fc94d9cb70e34c1d2b57 /graphics | |
parent | f410e9e17a78297df073ab3dfb5cc2eaa0927a1f (diff) | |
download | freebsd-ports-d6a68690bc08f30dea46579b0587b2c5cecc4bea.zip |
- Strip libraries
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 3 |
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}" |