diff options
author | rh <rh> | 2001-05-01 12:45:56 +0000 |
---|---|---|
committer | rh <rh> | 2001-05-01 12:45:56 +0000 |
commit | 1b9d3fb3c2b634fdf7f874a579f4b2573f4ca621 (patch) | |
tree | 1bd5ca557a689096df79aec645edd00edf58c527 /editors | |
parent | daaf7bd6c03e1bd7d7fdf98009d28544b5a969cd (diff) | |
download | pkgsrc-1b9d3fb3c2b634fdf7f874a579f4b2573f4ca621.tar.gz |
Link against libiconv. Closes PR 12681 by Bob Bernstein
<poobah@ruptured-duck.com>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index b6cae9616c5..e4decffdfaf 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/03/27 03:19:54 hubertf Exp $ +# $NetBSD: Makefile,v 1.20 2001/05/01 12:45:56 rh Exp $ # # According to AbiSource's explanation of their trademark rights, # compilations/distributions of AbiWord not provided by AbiSource must @@ -18,6 +18,7 @@ HOMEPAGE= http://www.abisource.com/ COMMENT= Open Source cross-platform word processor BUILD_DEPENDS+= unzip-*:../../archivers/unzip +DEPENDS+= libiconv>=1.6.1:../../converters/libiconv DEPENDS+= ispell-base-*:../../textproc/ispell-base DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= png>1.0.9:../../graphics/png @@ -38,7 +39,7 @@ WVSRC= wv-${ABIWORD_VERS}${EXTRACT_SUFX} CPPFLAGS+= -I${WRKDIR}/wv # avoid using installed wv includes CPPFLAGS+= -I${LOCALBASE}/include # png.h -LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib # -lpng +LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -liconv MAKE_ENV+= ABI_BUILD_VERSION="${ABIWORD_VERS}" \ OS_CFLAGS="${CPPFLAGS}" \ |