diff options
author | maho <maho@FreeBSD.org> | 2005-08-29 09:13:18 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-08-29 09:13:18 +0800 |
commit | 4433638ba21a783ed5c40440db32cf585c0d0472 (patch) | |
tree | 96f144cede3046cc7b6af5cf0e1aa793680f5580 /editors | |
parent | 725ad01d0b6ef9a35307adb3ee4de351b1f805e4 (diff) | |
download | freebsd-ports-gnome-4433638ba21a783ed5c40440db32cf585c0d0472.tar.gz freebsd-ports-gnome-4433638ba21a783ed5c40440db32cf585c0d0472.tar.zst freebsd-ports-gnome-4433638ba21a783ed5c40440db32cf585c0d0472.zip |
remove dependency the name of openoffice,
since this office suite's name is openoffice.org
and not openoffice.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ooodict-all/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/ooodict-all/Makefile b/editors/ooodict-all/Makefile index dfbf37328802..0f1c719b62bc 100644 --- a/editors/ooodict-all/Makefile +++ b/editors/ooodict-all/Makefile @@ -59,14 +59,14 @@ INSTALLATION_BASEDIR= OpenOffice.org1.1.5 BUILD_DEPENDS= ${DICT_LIST_INST}:${RDEP} RUN_DEPENDS= ${DICT_LIST_INST}:${RDEP} .else -BUILD_DEPENDS= ${DICT_LIST_INST}:${PORTSDIR}/editors/openoffice-1.1 -RUN_DEPENDS= ${DICT_LIST_INST}:${PORTSDIR}/editors/openoffice-1.1 +BUILD_DEPENDS= ${DICT_LIST_INST}:${PORTSDIR}/editors/openoffice.org-1.1 +RUN_DEPENDS= ${DICT_LIST_INST}:${PORTSDIR}/editors/openoffice.org-1.1 .endif .endif # needed for install stage RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip -DIST_SUBDIR= openoffice +DIST_SUBDIR= openoffice.org1.1 DICT_DIR= ${INSTALLATION_BASEDIR}/share/dict/ooo DICT_PATH= ${LOCALBASE}/${DICT_DIR} DICT_LIST_INST= ${DICT_PATH}/dictionary.lst |