diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-10 08:54:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-10 08:54:42 +0800 |
commit | fb42483d82a57e79b15465b359bff2cf1c5783b5 (patch) | |
tree | efbddcc2b41b8d475091a73b47e418fe6ae6fcec /editors | |
parent | 591ab00d2e863924a047acea21f0ea8b09519309 (diff) | |
download | freebsd-ports-gnome-fb42483d82a57e79b15465b359bff2cf1c5783b5.tar.gz freebsd-ports-gnome-fb42483d82a57e79b15465b359bff2cf1c5783b5.tar.zst freebsd-ports-gnome-fb42483d82a57e79b15465b359bff2cf1c5783b5.zip |
Fix the AbiWord dependency since 2.2 has not bee released yet.
Reported by: pointyhat via kris
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnome2-office/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/gnome2-office/Makefile b/editors/gnome2-office/Makefile index f4199e67aeb6..f1a07aac400a 100644 --- a/editors/gnome2-office/Makefile +++ b/editors/gnome2-office/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric2 \ planner:${PORTSDIR}/deskutils/planner \ dia:${PORTSDIR}/graphics/dia \ glabels:${PORTSDIR}/deskutils/glabels \ - AbiWord-2.2:${PORTSDIR}/editors/AbiWord2 \ + AbiWord-2.0:${PORTSDIR}/editors/AbiWord2 \ mergeant:${PORTSDIR}/databases/mergeant NO_BUILD= yes |