summaryrefslogtreecommitdiff
path: root/editors/abiword
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-11 16:03:24 +0000
committerjlam <jlam>2001-05-11 16:03:24 +0000
commit10a6f6279575fa46d7afcda9c3828e45fe136faa (patch)
tree1ce352f0098864c0cc06cda7c7f661ae76ebcba0 /editors/abiword
parent50f7bdfac422f5b396491dcc90c83d88c8c8deea (diff)
downloadpkgsrc-10a6f6279575fa46d7afcda9c3828e45fe136faa.tar.gz
Do _not_ depend on installed libiconv package. AbiWord comes with its own
private libiconv sources and headers, and the build should be using those.
Diffstat (limited to 'editors/abiword')
-rw-r--r--editors/abiword/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 63522989f81..5c1000b546e 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2001/05/11 15:49:53 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2001/05/11 16:03:24 jlam Exp $
#
# According to AbiSource's explanation of their trademark rights,
# compilations/distributions of AbiWord not provided by AbiSource must
@@ -18,7 +18,6 @@ HOMEPAGE= http://www.abisource.com/
COMMENT= Open Source cross-platform word processor
BUILD_DEPENDS+= unzip-*:../../archivers/unzip
-DEPENDS+= libiconv>=1.5:../../converters/libiconv
DEPENDS+= ispell-base-*:../../textproc/ispell-base
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= png>1.0.9:../../graphics/png
@@ -38,8 +37,8 @@ UNIXFONTS= unixfonts-${ABIWORD_VERS}${EXTRACT_SUFX}
WVSRC= wv-${ABIWORD_VERS}${EXTRACT_SUFX}
CPPFLAGS+= -I${WRKDIR}/wv # avoid installed wv headers
+CPPFLAGS+= -I${WRKDIR}/libiconv # avoid installed libiconv headers
CPPFLAGS+= -I${LOCALBASE}/include # png.h
-LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -liconv
MAKE_ENV+= ABI_BUILD_VERSION="${ABIWORD_VERS}"
MAKE_ENV+= OS_CFLAGS="${CPPFLAGS}"