diff options
author | rh <rh@pkgsrc.org> | 2002-11-02 02:42:01 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-11-02 02:42:01 +0000 |
commit | d107945163774c4062fc95068752ea5af76c969b (patch) | |
tree | f1fbf145b2833f8da5be4abb0c7b02f2fea44c2a /math/gnumeric/Makefile | |
parent | fef57c8b0c562783b2f3d8c71288814c09b5b76a (diff) | |
download | pkgsrc-d107945163774c4062fc95068752ea5af76c969b.tar.gz |
s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|
Include missing scrollkeeper buildlink2.mk where necessary
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r-- | math/gnumeric/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 045eab7f3f0..3911186c1cf 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2002/10/16 11:31:24 martti Exp $ +# $NetBSD: Makefile,v 1.62 2002/11/02 02:42:04 rh Exp $ # DISTNAME= gnumeric-1.0.10 @@ -24,7 +24,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-guile # needs CVS-only guile-1.5 CONFIGURE_ARGS+= --without-python CONFIGURE_ARGS+= --without-psiconv -CONFIGURE_ARGS+= --localstatedir=${X11PREFIX}/var/lib +CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR} LIBS+= -lunicode USE_LIBTOOL= YES |