From 6b4124f7ec2fa8521fbc54e9a2f161fcdc457603 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 25 Jul 2016 22:38:49 +0000 Subject: [PATCH] graphics/gegl{,3}: fix typos in options - gegl: SIMD=on has the opposite effect - gegl3: ENSCRIPT=on has no effect Approved by: portmgr blanket MFH: 2016Q4 --- graphics/gegl/Makefile | 4 ++-- graphics/gegl3/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 564ef056c14f..5b505d85640d 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.2.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MASTER_SITES= GIMP @@ -140,7 +140,7 @@ CONFIGURE_ARGS+=--without-libopenraw PLIST_SUB+= OPENRAW="@comment " .endif -.if ${PORT_OPTIONS:MSIMD} +.if ! ${PORT_OPTIONS:MSIMD} CONFIGURE_ARGS+=--disable-mmx \ --disable-sse .endif diff --git a/graphics/gegl3/Makefile b/graphics/gegl3/Makefile index 5f959694e16d..269cd3297489 100644 --- a/graphics/gegl3/Makefile +++ b/graphics/gegl3/Makefile @@ -3,7 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GIMP PKGNAMESUFFIX= 3 @@ -63,7 +63,7 @@ CAIRO_CONFIGURE_WITH= cairo PANGO_USE= GNOME=pango PANGO_CONFIGURE_WITH= pango -MENSCRIPT_BUILD_DEPENDS= enscript:print/enscript-a4 +ENSCRIPT_BUILD_DEPENDS= enscript:print/enscript-a4 FFMPEG_LIB_DEPENDS= libavformat.so:multimedia/ffmpeg FFMPEG_CONFIGURE_WITH= libavformat