diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-28 02:04:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-28 02:04:16 +0800 |
commit | be4e85baafafc33bd3cb0ad589eee6477f1875bc (patch) | |
tree | 97eda541c0cf8d39e61d0d177d2e9c83459f7a0c /graphics | |
parent | be8e80c50d1d25c72345f0f73935449b9bffb3c6 (diff) | |
download | freebsd-ports-gnome-be4e85baafafc33bd3cb0ad589eee6477f1875bc.tar.gz freebsd-ports-gnome-be4e85baafafc33bd3cb0ad589eee6477f1875bc.tar.zst freebsd-ports-gnome-be4e85baafafc33bd3cb0ad589eee6477f1875bc.zip |
Remove TESTS from OPTIONS_DEFAULT
This option brings webfonts which is restricted and prevents building
around 100 ports on the package builders
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/GraphicsMagick13/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/GraphicsMagick13/Makefile b/graphics/GraphicsMagick13/Makefile index b227ec653455..fc976ceabfd1 100644 --- a/graphics/GraphicsMagick13/Makefile +++ b/graphics/GraphicsMagick13/Makefile @@ -3,6 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.19 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/ @@ -43,7 +44,7 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS FPX OPENMP Q8BIT SSE TESTS WEBP X11 OPTIONS_SINGLE= X11 OPTIONS_SINGLE_X11= DPS -OPTIONS_DEFAULT= DPS OPENMP TESTS WEBP X11 +OPTIONS_DEFAULT= DPS OPENMP WEBP X11 DPS_DESC= Enable Display Ghostscript support DPS_LIB_DEPENDS= libdps.so:${PORTSDIR}/x11/dgs |