diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-31 12:56:09 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-31 12:56:09 +0000 |
commit | 54f7663c4266a6311a7dba496df4856709e3b360 (patch) | |
tree | 18ae277c7dc234c26f568ec74b93c943e1ce1449 /x11 | |
parent | - added LaTeX service (diff) |
- added LaTeX service
Notes
Notes:
svn path=/head/; revision=181137
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnustep-app/Makefile | 11 | ||||
-rw-r--r-- | x11/gnustep-app/pkg-descr | 2 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11/gnustep-app/Makefile b/x11/gnustep-app/Makefile index b1401c8168a8..91e2c9e2be4e 100644 --- a/x11/gnustep-app/Makefile +++ b/x11/gnustep-app/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnustep-app PORTVERSION= 1.13.0 -PORTREVISION= 21 +PORTREVISION= 20 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -77,8 +77,6 @@ USE_GNUSTEP_LOCAL_LIBS+= \ MultimediaKit:multimedia/etoile-multimediakit \ EtoileUI:deskutils/etoile-ui \ -# DistributedView:deskutils/etoile-distributedview \ - USE_GNUSTEP_SYSTEM_BUNDLES+= \ EtoileMenus:x11-themes/etoile-etoilemenus \ EtoileBehavior:sysutils/etoile-behavior \ @@ -110,9 +108,11 @@ USE_GNUSTEP_SYSTEM_APPS+= \ GRubik:games/grubik \ AZDock:x11-wm/etoile-azdock \ Position:astro/position \ + AZBackground:x11-themes/etoile-azbackground \ ClipBook:deskutils/gworkspace-clipbook \ GMDSClient:deskutils/gworkspace-gwmetadata \ - AZBackground:x11-themes/etoile-azbackground \ + +# DistributedView:deskutils/etoile-distributedview \ USE_GNUSTEP_LOCAL_APPS+= \ Gomoku:games/gomoku.app \ @@ -209,4 +209,7 @@ USE_GNUSTEP_LOCAL_TOOLS+= \ # open:deskutils/openapp \ +USE_GNUSTEP_LOCAL_SERVICES+= \ + LaTeX:textproc/latex-service \ + .include <bsd.port.mk> diff --git a/x11/gnustep-app/pkg-descr b/x11/gnustep-app/pkg-descr index 412f770cf2cb..64b77b5863cb 100644 --- a/x11/gnustep-app/pkg-descr +++ b/x11/gnustep-app/pkg-descr @@ -32,3 +32,5 @@ MyWiki, Cartotheque, LuserNET, Popup, Toolbox, Fortunate, TBrowser, TChat, Babbler, Mollusk, BioCocoa Local tools: zillion, adtool, etoile_system, ioobjc, mdextractor + +Local services: LaTeX |