diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-03-20 09:30:45 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-03-20 09:30:45 +0000 |
commit | daa681377e6eca26325baf99266e319c774c8d60 (patch) | |
tree | ee1358bb2190f6882e6e69d1e4c614db57eb4098 /x11 | |
parent | - udpate to 0.4.1 (diff) |
- added WebServices
Notes
Notes:
svn path=/head/; revision=230471
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnustep-app/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnustep-app/Makefile b/x11/gnustep-app/Makefile index f022e4e2acb4..2a0d1071f6cd 100644 --- a/x11/gnustep-app/Makefile +++ b/x11/gnustep-app/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnustep-app PORTVERSION= 1.18.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnustep MASTER_SITES= # empty DISTFILES= # empty @@ -86,6 +86,7 @@ USE_GNUSTEP_LOCAL_LIBS+= \ LanguageKit:lang/etoile-languagekit \ SmalltalkSupport:lang/etoile-smalltalkkit \ XMPPKit:net-im/etoile-xmppkit \ + WebServices:www/webservices \ USE_GNUSTEP_SYSTEM_BUNDLES+= \ EtoileMenus:x11-themes/etoile-etoilemenus \ |