diff options
author | rafan <rafan@75cda91c-bdda-477a-9548-7b8f56199edc> | 2009-02-13 00:20:38 +0800 |
---|---|---|
committer | rafan <rafan@75cda91c-bdda-477a-9548-7b8f56199edc> | 2009-02-13 00:20:38 +0800 |
commit | ffcb0d22c28e4dde5de94e5349aaf345959669cd (patch) | |
tree | df4eae1cbbaab249dc1ed80995a1a103ce458319 | |
parent | 1a0ef48529697834060eba6ccae5da2c0ad74910 (diff) | |
download | wslabports-ffcb0d22c28e4dde5de94e5349aaf345959669cd.tar.gz wslabports-ffcb0d22c28e4dde5de94e5349aaf345959669cd.tar.zst wslabports-ffcb0d22c28e4dde5de94e5349aaf345959669cd.zip |
- Add boost for openoffice as we don't explicitly list openoffice here
git-svn-id: https://opensvn.csie.org/wslabports/trunk@46 75cda91c-bdda-477a-9548-7b8f56199edc
-rw-r--r-- | 217/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/217/Makefile b/217/Makefile index af1ee1d..9ff3285 100644 --- a/217/Makefile +++ b/217/Makefile @@ -6,7 +6,7 @@ # PORTNAME= 217 -PORTVERSION= 2009.01.23 +PORTVERSION= 2009.02.13 PORTREVISION= 0 CATEGORIES= local MASTER_SITES= # @@ -214,7 +214,9 @@ RUN_DEPENDS+= firefox:${PORTSDIR}/www/firefox \ # Editor USE_EMACS= yes EMACS_PORT_NAME?= emacs22 -#RUN_DEPENDS+= openoffice.org-alllangs>=0:${PORTSDIR}/editors/openoffice.org-2 \ +#RUN_DEPENDS+= openoffice.org-alllangs>=0:${PORTSDIR}/editors/openoffice.org-2 +# for openoffice +RUN_DEPENDS+= boost>=0:${PORTSDIR}/devel/boost RUN_DEPENDS+= \ zh-xemacs-mule>=0:${PORTSDIR}/chinese/xemacs21 \ xemacs-packages>=0:${PORTSDIR}/editors/xemacs-packages \ |