diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-06-02 14:17:37 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-06-02 14:17:37 +0800 |
commit | 7c1f1c25277e3e1a4b345dd858776fd8d69b9ea3 (patch) | |
tree | 046f334a376023584d42c632e3df0836a878bf7d /x11 | |
parent | 9520baeeccf3b94d6d773dd0fa051f28170f98f9 (diff) | |
download | freebsd-ports-gnome-7c1f1c25277e3e1a4b345dd858776fd8d69b9ea3.tar.gz freebsd-ports-gnome-7c1f1c25277e3e1a4b345dd858776fd8d69b9ea3.tar.zst freebsd-ports-gnome-7c1f1c25277e3e1a4b345dd858776fd8d69b9ea3.zip |
- add more etoile modules
Diffstat (limited to 'x11')
-rw-r--r-- | x11/etoile/Makefile | 7 | ||||
-rw-r--r-- | x11/gnustep-app/Makefile | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11/etoile/Makefile b/x11/etoile/Makefile index 606e559d880e..495194e5fefa 100644 --- a/x11/etoile/Makefile +++ b/x11/etoile/Makefile @@ -7,6 +7,7 @@ PORTNAME= etoile PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= x11 gnustep MASTER_SITES= # empty DISTFILES= # empty @@ -52,8 +53,8 @@ USE_GNUSTEP_LOCAL_LIBS+= \ MultimediaKit:multimedia/etoile-multimediakit \ EtoileUI:deskutils/etoile-ui \ DistributedView:deskutils/etoile-distributedview \ - -# InspectorKit:deskutils/etoile-inspectorkit \ + InspectorKit:deskutils/etoile-inspectorkit \ + OPMLKit:textproc/etoile-opmlkit \ USE_GNUSTEP_SYSTEM_BUNDLES+= \ EtoileMenus:x11-themes/etoile-etoilemenus \ @@ -71,6 +72,8 @@ USE_GNUSTEP_SYSTEM_APPS+= \ Azalea:x11-wm/etoile-azalea \ AZDock:x11-wm/etoile-azdock \ AZBackground:x11-themes/etoile-azbackground \ + AZSwitch:x11-wm/etoile-azswitch \ + Login:x11-wm/etoile-login \ USE_GNUSTEP_LOCAL_APPS+= \ DictionaryReader:deskutils/etoile-dictionaryreader \ diff --git a/x11/gnustep-app/Makefile b/x11/gnustep-app/Makefile index bea2cd664e90..e988411687b9 100644 --- a/x11/gnustep-app/Makefile +++ b/x11/gnustep-app/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnustep-app PORTVERSION= 1.14.3 +PORTREVISION= 1 CATEGORIES= x11 gnustep MASTER_SITES= # empty DISTFILES= # empty @@ -76,8 +77,8 @@ USE_GNUSTEP_LOCAL_LIBS+= \ MultimediaKit:multimedia/etoile-multimediakit \ EtoileUI:deskutils/etoile-ui \ DistributedView:deskutils/etoile-distributedview \ - -# InspectorKit:deskutils/etoile-inspectorkit \ + InspectorKit:deskutils/etoile-inspectorkit \ + OPMLKit:textproc/etoile-opmlkit \ USE_GNUSTEP_SYSTEM_BUNDLES+= \ EtoileMenus:x11-themes/etoile-etoilemenus \ @@ -114,6 +115,8 @@ USE_GNUSTEP_SYSTEM_APPS+= \ AZBackground:x11-themes/etoile-azbackground \ ClipBook:deskutils/gworkspace-clipbook \ MDFinder:deskutils/gworkspace-gwmetadata \ + AZSwitch:x11-wm/etoile-azswitch \ + Login:x11-wm/etoile-login \ USE_GNUSTEP_LOCAL_APPS+= \ Gomoku:games/gomoku.app \ |