diff options
author | rh <rh> | 2002-11-02 02:42:01 +0000 |
---|---|---|
committer | rh <rh> | 2002-11-02 02:42:01 +0000 |
commit | cf89198ce3b7008635a97c66f919d8a89c4543fe (patch) | |
tree | f1fbf145b2833f8da5be4abb0c7b02f2fea44c2a /math | |
parent | 878bd808a9935fa71398e1a35a9a8529145b59be (diff) | |
download | pkgsrc-cf89198ce3b7008635a97c66f919d8a89c4543fe.tar.gz |
s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|
Include missing scrollkeeper buildlink2.mk where necessary
Diffstat (limited to 'math')
-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 |