diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-07-26 06:38:49 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-07-26 06:38:49 +0800 |
commit | 8a4f2a84f7910f9c95fb8bb71e6c0c8f868b3405 (patch) | |
tree | 2c1d2b6626cbb1dc24a3b8ecaa0beb3fb82df2e4 /graphics | |
parent | 802b140c2c353fe01858f88422af1487803c4c87 (diff) | |
download | freebsd-ports-gnome-8a4f2a84f7910f9c95fb8bb71e6c0c8f868b3405.tar.gz freebsd-ports-gnome-8a4f2a84f7910f9c95fb8bb71e6c0c8f868b3405.tar.zst freebsd-ports-gnome-8a4f2a84f7910f9c95fb8bb71e6c0c8f868b3405.zip |
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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gegl/Makefile | 4 | ||||
-rw-r--r-- | 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 |