diff options
author | stas <stas@FreeBSD.org> | 2010-11-07 15:12:34 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2010-11-07 15:12:34 +0800 |
commit | 8603d6a78c2b0fbad221946a76a051054b383e97 (patch) | |
tree | 7f09cfd89e0733ce76887dff65ba9c1fbb560d7a | |
parent | 6efb1fe5f1bcd9a9188ad1eb3da873f711832779 (diff) | |
download | freebsd-ports-gnome-8603d6a78c2b0fbad221946a76a051054b383e97.tar.gz freebsd-ports-gnome-8603d6a78c2b0fbad221946a76a051054b383e97.tar.zst freebsd-ports-gnome-8603d6a78c2b0fbad221946a76a051054b383e97.zip |
- Connect e17-module-* in x11-wm/Makefile. Disconnect from x11/Makefile.
PR: ports/151386
-rw-r--r-- | x11-wm/Makefile | 17 | ||||
-rw-r--r-- | x11/Makefile | 17 |
2 files changed, 17 insertions, 17 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 42c435feae1e..7b9670a71ba0 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -34,6 +34,23 @@ SUBDIR += dwm SUBDIR += e16 SUBDIR += e16utils + SUBDIR += e17-module-bling + SUBDIR += e17-module-calendar + SUBDIR += e17-module-cpu + SUBDIR += e17-module-deskshow + SUBDIR += e17-module-flame + SUBDIR += e17-module-language + SUBDIR += e17-module-mail + SUBDIR += e17-module-mem + SUBDIR += e17-module-mixer + SUBDIR += e17-module-moon + SUBDIR += e17-module-rain + SUBDIR += e17-module-screenshot + SUBDIR += e17-module-slideshow + SUBDIR += e17-module-snow + SUBDIR += e17-module-uptime + SUBDIR += e17-module-weather + SUBDIR += e17-module-winselector SUBDIR += e17-utils SUBDIR += echinus SUBDIR += ede diff --git a/x11/Makefile b/x11/Makefile index 87d8e8c2e762..de0fdd79570e 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -44,23 +44,6 @@ SUBDIR += dxpc SUBDIR += dynamag SUBDIR += dzen2 - SUBDIR += e17-module-bling - SUBDIR += e17-module-calendar - SUBDIR += e17-module-cpu - SUBDIR += e17-module-deskshow - SUBDIR += e17-module-flame - SUBDIR += e17-module-language - SUBDIR += e17-module-mail - SUBDIR += e17-module-mem - SUBDIR += e17-module-mixer - SUBDIR += e17-module-moon - SUBDIR += e17-module-rain - SUBDIR += e17-module-screenshot - SUBDIR += e17-module-slideshow - SUBDIR += e17-module-snow - SUBDIR += e17-module-uptime - SUBDIR += e17-module-weather - SUBDIR += e17-module-winselector SUBDIR += eaglemode SUBDIR += ebuttons SUBDIR += ecore-desktop |