diff options
author | rh <rh> | 2002-07-14 02:13:25 +0000 |
---|---|---|
committer | rh <rh> | 2002-07-14 02:13:25 +0000 |
commit | a3fadbf998e18538b97055796c9cf7a1e8004cab (patch) | |
tree | 164724faa5bf4803df6f25eaaca25dd67932bd9f /math/gnumeric | |
parent | 327701a22a29359b3bc7a991c475b06769af2381 (diff) | |
download | pkgsrc-a3fadbf998e18538b97055796c9cf7a1e8004cab.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/gnumeric')
-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: |