aboutsummaryrefslogtreecommitdiff
path: root/graphics/ecore-evas/Makefile
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-04-22 20:35:19 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-04-22 20:35:19 +0000
commit3325b5d3dda34e07fdd78416c27615f68a054610 (patch)
treeebf239a6d9da84aec307687ba01004c0aee9a674 /graphics/ecore-evas/Makefile
parent98d91596dbcc159b08c80adc4d2941d3670b5b6c (diff)
Notes
Diffstat (limited to 'graphics/ecore-evas/Makefile')
-rw-r--r--graphics/ecore-evas/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/ecore-evas/Makefile b/graphics/ecore-evas/Makefile
index 9a14e32e27d7..9a362ba2c1ad 100644
--- a/graphics/ecore-evas/Makefile
+++ b/graphics/ecore-evas/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= evas
-PORTVERSION= 1.7.5
+PORTVERSION= 1.7.6
CATEGORIES= graphics enlightenment
MASTER_SITES= http://download.enlightenment.fr/releases/ \
LOCAL/gblach/e17/
@@ -19,7 +19,6 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_EFL= evas ecore libtool_hack
USE_EFL_ECORE= input input_evas
-USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_evas
INSTALL_WRKSRC= ${BUILD_WRKSRC}
@@ -55,11 +54,11 @@ CONFIGURE_ARGS+= --disable-ecore-evas-opengl-x11
.endif
.if ${PORT_OPTIONS:MSDL}
-CONFIGURE_ARGS+= --enable-ecore-evas-software-sdl --enable-ecore-sdl
+CONFIGURE_ARGS+= --enable-ecore-sdl
USE_EFL_EVAS_ENGINES+= sdl
USE_EFL_ECORE+= sdl
.else
-CONFIGURE_ARGS+= --disable-ecore-evas-software-sdl --disable-ecore-sdl
+CONFIGURE_ARGS+= --disable-ecore-sdl
.endif
.if ${PORT_OPTIONS:MX11}