diff options
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 \ |