diff options
author | stas <stas@FreeBSD.org> | 2007-06-02 18:55:54 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-06-02 18:55:54 +0800 |
commit | 2ed4415ec4499d2dc64e0794125b9d33b848e7b8 (patch) | |
tree | 12860195cf24288ec345f0a1b2225e9040955f9e /graphics | |
parent | f7d2c7e2af6687d9f11162a5bbfdfb0e1a1a702e (diff) | |
download | freebsd-ports-gnome-2ed4415ec4499d2dc64e0794125b9d33b848e7b8.tar.gz freebsd-ports-gnome-2ed4415ec4499d2dc64e0794125b9d33b848e7b8.tar.zst freebsd-ports-gnome-2ed4415ec4499d2dc64e0794125b9d33b848e7b8.zip |
- Edje supports gcc3.4 and above.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/edje/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/edje/Makefile b/graphics/edje/Makefile index 42a2ca2b8936..3c96a4aa7b17 100644 --- a/graphics/edje/Makefile +++ b/graphics/edje/Makefile @@ -7,7 +7,7 @@ PORTNAME= edje PORTVERSION= 20070223 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ @@ -17,7 +17,7 @@ COMMENT= Edje is a complex graphical design and layout engine GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GCC= 3.4 +USE_GCC= 3.4+ USE_GNOME= gnomehack pkgconfig gnometarget USE_EFL= embryo eet evas ecore imlib2 USE_LDCONFIG= yes |