diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2010-12-14 07:30:56 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2010-12-14 07:30:56 +0000 |
commit | 4e6b9d37ad988e5ce212eb64d3da6c89f036995b (patch) | |
tree | c034200ad770d5a81c162443b728bd36b7987a9c /graphics/evas | |
parent | 32d827c027cde0f59dfae87babbc1499241115ab (diff) |
Notes
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 |