aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-11-18 23:30:13 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-11-18 23:30:13 +0000
commit1afcdd5eb1e0577fdb539ccf82a57b6453d2b04e (patch)
tree3dbfd735c8826824161ca86ec4188c8fda926fd1 /graphics
parent99fbc95297531de7397f79ccd27a457078242b4b (diff)
downloadports-1afcdd5eb1e0577fdb539ccf82a57b6453d2b04e.tar.gz
ports-1afcdd5eb1e0577fdb539ccf82a57b6453d2b04e.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dataplot/Makefile2
-rw-r--r--graphics/evas-core/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile
index bb6f10c34a1c..74e777c5e86d 100644
--- a/graphics/dataplot/Makefile
+++ b/graphics/dataplot/Makefile
@@ -34,7 +34,7 @@ MAXOBV?= 400000 # Change if you need more observations/variable
.if ((${ARCH}=="amd64") || (${ARCH}=="sparc64") || (${ARCH}=="ia64"))
FFLAGS+= -DDD -DI32 -fdefault-real-8 -fdefault-double-8
.else
-FFLAGS+= -DSD -DI32 -fdefault-real-8 -fdefault-double-8
+FFLAGS+= -DSD -DI32 -fdefault-real-8 -fdefault-double-8
.endif
post-extract:
diff --git a/graphics/evas-core/Makefile b/graphics/evas-core/Makefile
index 144e44ddf063..826a222f3840 100644
--- a/graphics/evas-core/Makefile
+++ b/graphics/evas-core/Makefile
@@ -43,10 +43,10 @@ CONFIGURE_ARGS+= --disable-fontconfig
.endif
.if !defined(WITHOUT_FRIBIDI)
-CONFIGURE_ARGS+= --enable-fribidi
+CONFIGURE_ARGS+= --enable-fribidi
LIB_DEPENDS+= fribidi.3:${PORTSDIR}/converters/fribidi
.else
-CONFIGURE_ARGS+= --disable-fribidi
+CONFIGURE_ARGS+= --disable-fribidi
.endif
.if !defined(WITHOUT_EET)