From d248ce43ba4a53f27224d6757c1ef73632fccfcf Mon Sep 17 00:00:00 2001 From: rh Date: Sun, 14 Jul 2002 02:13:25 +0000 Subject: Make this strongly buildlinked Add --without-psiconv to avoid picking up and choking on an installed psiconv package Bump PKGREVISION --- math/gnumeric/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'math') diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 1d51b4466f5..52270fb5d23 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.51 2002/07/03 07:41:17 lukem Exp $ +# $NetBSD: Makefile,v 1.52 2002/07/14 02:13:25 rh Exp $ # DISTNAME= gnumeric-1.0.7 +PKGREVISION= 1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/} @@ -30,6 +31,7 @@ USE_LIBTOOL= YES USE_X11BASE= YES USE_GMAKE= YES USE_PERL5= YES +USE_BUILDLINK_ONLY= YES LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -Wl,-R${LOCALBASE}/lib @@ -37,6 +39,7 @@ LDFLAGS+= -lunicode CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --without-guile # needs CVS-only guile-1.5 CONFIGURE_ARGS+= --without-python +CONFIGURE_ARGS+= --without-psiconv LIBTOOL_OVERRIDE= ${WRKSRC}/libtool pre-configure: -- cgit v1.2.3