diff options
author | stas <stas@FreeBSD.org> | 2008-03-12 05:13:53 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-03-12 05:13:53 +0800 |
commit | 7843035eea9d002a1991cf57b8c8c617c6f55b1f (patch) | |
tree | 5c186a065f2ed99e4bc9b28ae52aa862ee51b8e9 /graphics/Makefile | |
parent | 5ca76f49f1219351516746abab31c1305b88f628 (diff) | |
download | freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.tar.gz freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.tar.zst freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.zip |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 65be6b1b8994..016d1fd5b75c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -98,6 +98,8 @@ SUBDIR += duhdraw SUBDIR += dynamechs SUBDIR += ecg2png + SUBDIR += ecore-evas + SUBDIR += ecore-sdl SUBDIR += edje SUBDIR += edje_viewer SUBDIR += electriceyes @@ -114,6 +116,20 @@ SUBDIR += esmart SUBDIR += eterm-bg SUBDIR += evas + SUBDIR += evas-core + SUBDIR += evas-engine-buffer + SUBDIR += evas-engine-opengl + SUBDIR += evas-engine-sdl + SUBDIR += evas-engine-x11 + SUBDIR += evas-engine-xrender + SUBDIR += evas-loader-edb + SUBDIR += evas-loader-eet + SUBDIR += evas-loader-gif + SUBDIR += evas-loader-jpeg + SUBDIR += evas-loader-png + SUBDIR += evas-loader-svg + SUBDIR += evas-loader-tiff + SUBDIR += evas-loader-xpm SUBDIR += evince SUBDIR += evolvotron SUBDIR += exact-image |