diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-26 05:16:39 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-26 05:16:39 +0800 |
commit | 30c6d66590c647d541a41e0c35432a01a6942372 (patch) | |
tree | 7c2efd268c5935aba4b5fc94d9cb70e34c1d2b57 /graphics/GraphicsMagick | |
parent | 8581a7ff18218120cbe214c4fb9dadee7282e1bb (diff) | |
download | freebsd-ports-gnome-30c6d66590c647d541a41e0c35432a01a6942372.tar.gz freebsd-ports-gnome-30c6d66590c647d541a41e0c35432a01a6942372.tar.zst freebsd-ports-gnome-30c6d66590c647d541a41e0c35432a01a6942372.zip |
- Strip libraries
Diffstat (limited to 'graphics/GraphicsMagick')
-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}" |