diff options
Diffstat (limited to 'graphics/evas')
-rw-r--r-- | graphics/evas/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile index 08ef091c332d..0cec098bb9e5 100644 --- a/graphics/evas/Makefile +++ b/graphics/evas/Makefile @@ -6,10 +6,10 @@ # PORTNAME= evas -PORTVERSION= 0.9.9.042 -PORTREVISION= 4 +DISTVERSION= 1.0.0.beta +PORTREVISION= 0 PORTEPOCH= 2 -CATEGORIES= graphics +CATEGORIES= graphics enlightenment MASTER_SITES= # none DISTFILES= # none EXTRACT_ONLY= # none @@ -21,7 +21,7 @@ NO_BUILD= yes USE_EFL= evas EVAS_ENGINES= buffer opengl sdl x11 xrender -EVAS_LOADERS= edb eet gif jpeg png svg tiff xpm +EVAS_LOADERS= bmp eet gif jpeg png pmaps svg tga tiff xpm .for NODE in ${EVAS_ENGINES} OPTIONS+= ${NODE:U} "Install ${NODE} evas engine" on |