diff options
author | rh <rh@pkgsrc.org> | 2002-07-14 02:13:25 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-07-14 02:13:25 +0000 |
commit | d248ce43ba4a53f27224d6757c1ef73632fccfcf (patch) | |
tree | 164724faa5bf4803df6f25eaaca25dd67932bd9f /math | |
parent | 489635a98e0a9020b938ffc6fd161037eacc04ff (diff) | |
download | pkgsrc-d248ce43ba4a53f27224d6757c1ef73632fccfcf.tar.gz |
Make this strongly buildlinked
Add --without-psiconv to avoid picking up and choking on an installed
psiconv package
Bump PKGREVISION
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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: |