aboutsummaryrefslogtreecommitdiff
path: root/graphics/gegl
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-10-20 17:13:54 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-10-20 17:13:54 +0000
commitc36eea193564a29ad033894a309e36372f9bf5a0 (patch)
treeffc2690561dd9f4790aeee82f4004504f8a0d173 /graphics/gegl
parent9d09aeec0efaac79f4487b3eab8caa7348b0be82 (diff)
downloadports-c36eea193564a29ad033894a309e36372f9bf5a0.tar.gz
ports-c36eea193564a29ad033894a309e36372f9bf5a0.zip
Notes
Diffstat (limited to 'graphics/gegl')
-rw-r--r--graphics/gegl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index abc36e8974cc..ba375c933c00 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gegl
PORTVERSION= 0.0.${GEGL_MINOR}
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.0/
@@ -30,6 +31,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS+=--disable-sse \
+ --disable-mmx
GEGL_MINOR= 20
PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}"