summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-03-20 09:26:01 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-03-20 09:26:01 +0000
commit2c710e9eeee662335037014cd89b5c52d3e7d400 (patch)
treed2d16a981b94bf87b88872eb6bb79417de2ab614 /x11
parentEtoile Project LnguageKit Plugins (diff)
- udpate to 0.4.1
Notes
Notes: svn path=/head/; revision=230470
Diffstat (limited to 'x11')
-rw-r--r--x11/etoile/Makefile7
-rw-r--r--x11/gnustep-app/Makefile9
2 files changed, 12 insertions, 4 deletions
diff --git a/x11/etoile/Makefile b/x11/etoile/Makefile
index 35f3fd17313b..87b662211230 100644
--- a/x11/etoile/Makefile
+++ b/x11/etoile/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= etoile
-PORTVERSION= 0.4.0
+PORTVERSION= 0.4.1
CATEGORIES= x11 gnustep
MASTER_SITES= # empty
DISTFILES= # empty
@@ -59,7 +59,7 @@ USE_GNUSTEP_LOCAL_LIBS+= \
ScriptKit:lang/etoile-scriptkit \
MediaKit:multimedia/etoile-mediakit \
LanguageKit:lang/etoile-languagekit \
- SmalltalkKit:lang/etoile-smalltalkkit \
+ SmalltalkSupport:lang/etoile-smalltalkkit \
XMPPKit:net-im/etoile-xmppkit \
USE_GNUSTEP_SYSTEM_BUNDLES+= \
@@ -79,6 +79,9 @@ USE_GNUSTEP_LOCAL_MENULETS+= \
ServiceMenulet:deskutils/etoile-servicemenulet \
VolumeControlMenulet:audio/etoile-volumecontrolmenulet \
+USE_GNUSTEP_LOCAL_ASTS+= \
+ CommentToLog:lang/etoile-lkplugins \
+
USE_GNUSTEP_SYSTEM_APPS+= \
Azalea:x11-wm/etoile-azalea \
AZDock:x11-wm/etoile-azdock \
diff --git a/x11/gnustep-app/Makefile b/x11/gnustep-app/Makefile
index 09a2a09ffbd3..f022e4e2acb4 100644
--- a/x11/gnustep-app/Makefile
+++ b/x11/gnustep-app/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnustep-app
PORTVERSION= 1.18.0
+PORTREVISION= 1
CATEGORIES= x11 gnustep
MASTER_SITES= # empty
DISTFILES= # empty
@@ -83,7 +84,7 @@ USE_GNUSTEP_LOCAL_LIBS+= \
ScriptKit:lang/etoile-scriptkit \
MediaKit:multimedia/etoile-mediakit \
LanguageKit:lang/etoile-languagekit \
- SmalltalkKit:lang/etoile-smalltalkkit \
+ SmalltalkSupport:lang/etoile-smalltalkkit \
XMPPKit:net-im/etoile-xmppkit \
USE_GNUSTEP_SYSTEM_BUNDLES+= \
@@ -93,7 +94,8 @@ USE_GNUSTEP_SYSTEM_BUNDLES+= \
USE_GNUSTEP_LOCAL_BUNDLES+= \
Cddb:audio/cddb-bundle \
-# Burn/MP3ToWav:audio/mp3towav-bundle \
+USE_GNUSTEP_LOCAL_BURNS+= \
+ MP3ToWav:audio/mp3towav-bundle \
USE_GNUSTEP_SYSTEM_THEMES+= \
Camaelon:x11-themes/etoile-camaelon \
@@ -106,6 +108,9 @@ USE_GNUSTEP_LOCAL_MENULETS+= \
ServiceMenulet:deskutils/etoile-servicemenulet \
VolumeControlMenulet:audio/etoile-volumecontrolmenulet \
+USE_GNUSTEP_LOCAL_ASTS+= \
+ CommentToLog:lang/etoile-lkplugins \
+
USE_GNUSTEP_SYSTEM_APPS+= \
Gorm:devel/gorm \
GShisen:games/gshisen \