diff options
author | rh <rh> | 2001-05-01 12:45:56 +0000 |
---|---|---|
committer | rh <rh> | 2001-05-01 12:45:56 +0000 |
commit | f282df936d47cd0daeac5515bc629131cb7ae95e (patch) | |
tree | 1bd5ca557a689096df79aec645edd00edf58c527 /editors/abiword | |
parent | 40b59dfa5bff97ff2b138b3dfc3367ef24e2496f (diff) | |
download | pkgsrc-f282df936d47cd0daeac5515bc629131cb7ae95e.tar.gz |
Link against libiconv. Closes PR 12681 by Bob Bernstein
<poobah@ruptured-duck.com>
Diffstat (limited to 'editors/abiword')
-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}" \ |