diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:51:17 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:51:17 +0000 |
commit | 48d56577d5561c5f2ec4a29974cd7f64a2aa8ad5 (patch) | |
tree | 43d6d8552e11e9fff48a03d2af1f0686d4662f6e /editors/AbiWord | |
parent | bc47cccc84a1837da1919cf6c75785c9646d1761 (diff) | |
download | ports-48d56577d5561c5f2ec4a29974cd7f64a2aa8ad5.tar.gz ports-48d56577d5561c5f2ec4a29974cd7f64a2aa8ad5.zip |
Notes
Diffstat (limited to 'editors/AbiWord')
-rw-r--r-- | editors/AbiWord/Makefile | 2 | ||||
-rw-r--r-- | editors/AbiWord/files/patch-avoid-gnomeole2 | 21 |
2 files changed, 22 insertions, 1 deletions
diff --git a/editors/AbiWord/Makefile b/editors/AbiWord/Makefile index 98461e9e4225..1b52e1633c99 100644 --- a/editors/AbiWord/Makefile +++ b/editors/AbiWord/Makefile @@ -11,6 +11,7 @@ PORTNAME= AbiWord PORTVERSION= 0.7.13 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ DISTNAME= abi-${PORTVERSION} @@ -24,7 +25,6 @@ MAINTAINER= wolman@cs.washington.edu # unzip is needed during the installation process BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png -# iconv.2:${PORTSDIR}/converters/iconv RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell DIST_SUBDIR= AbiWord diff --git a/editors/AbiWord/files/patch-avoid-gnomeole2 b/editors/AbiWord/files/patch-avoid-gnomeole2 new file mode 100644 index 000000000000..71406025f301 --- /dev/null +++ b/editors/AbiWord/files/patch-avoid-gnomeole2 @@ -0,0 +1,21 @@ +--- ../../wv/libole2/ms-ole-vba.c.orig Thu Jan 25 10:52:17 2001 ++++ ../../wv/libole2/ms-ole-vba.c Thu Apr 19 20:35:07 2001 +@@ -14,3 +14,3 @@ + +-#include <libole2/ms-ole-vba.h> ++#include "ms-ole-vba.h" + +--- ../../wv/libole2/ms-ole-vba.h.orig Tue Jun 6 02:42:41 2000 ++++ ../../wv/libole2/ms-ole-vba.h Thu Apr 19 20:35:18 2001 +@@ -12,3 +12,3 @@ + +-#include <libole2/ms-ole.h> ++#include "ms-ole.h" + +--- ../../wv/libole2/ms-ole.c.orig Thu Jan 25 10:52:17 2001 ++++ ../../wv/libole2/ms-ole.c Thu Apr 19 20:35:32 2001 +@@ -38,3 +38,3 @@ + +-#include <libole2/ms-ole.h> ++#include "ms-ole.h" + |