diff options
author | mycroft <mycroft@pkgsrc.org> | 2002-07-19 04:32:34 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2002-07-19 04:32:34 +0000 |
commit | 270c4b7e1188cab40dcd1c83e90092c33b4aa74e (patch) | |
tree | acd8c0ececf1678447655e8016eca9de094f10ff /math/gnumeric0/Makefile | |
parent | 614d75631049b6ae964c4d5efcc984db14d50803 (diff) | |
download | pkgsrc-270c4b7e1188cab40dcd1c83e90092c33b4aa74e.tar.gz |
Build with psiconv.
Also, add a missing @dirrm for the help directory.
Diffstat (limited to 'math/gnumeric0/Makefile')
-rw-r--r-- | math/gnumeric0/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/gnumeric0/Makefile b/math/gnumeric0/Makefile index 2dc834df2db..de06298ec55 100644 --- a/math/gnumeric0/Makefile +++ b/math/gnumeric0/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2002/07/15 14:24:58 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/07/19 04:32:34 mycroft Exp $ # DISTNAME= gnumeric-0.75 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/} @@ -21,7 +21,6 @@ LDFLAGS+= -Wl,-R${LOCALBASE}/lib LDFLAGS+= -lunicode CONFIGURE_ARGS+= --without-guile # needs CVS-only guile-1.5 CONFIGURE_ARGS+= --without-python -CONFIGURE_ARGS+= --without-psiconv LIBTOOL_OVERRIDE= ${WRKSRC}/libtool pre-configure: @@ -32,6 +31,7 @@ pre-configure: ${MV} $$i.fixed $$i ; \ done +.include "../../converters/psiconv/buildlink.mk" .include "../../devel/gettext-lib/buildlink.mk" .include "../../devel/libglade/buildlink.mk" .include "../../devel/libole2/buildlink.mk" |