diff options
author | rh <rh@pkgsrc.org> | 2002-07-14 01:34:40 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-07-14 01:34:40 +0000 |
commit | 4aaefbdb1152ef376cee584defaf971e6c7468ae (patch) | |
tree | 8ccc08fd5429455c17b1be99a9a114fc87fdce4f /math | |
parent | 53705843221192a82751959c098bdd44d576769a (diff) | |
download | pkgsrc-4aaefbdb1152ef376cee584defaf971e6c7468ae.tar.gz |
Make this strongly buildlinked
Add --without-psiconv so build doesn't try to used and choke on an
installed psiconv package
Bump PKGREVISION
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric0/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/gnumeric0/Makefile b/math/gnumeric0/Makefile index da64613f4f8..1e8678d22fb 100644 --- a/math/gnumeric0/Makefile +++ b/math/gnumeric0/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2002/03/13 17:37:23 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2002/07/14 01:34:40 rh Exp $ # DISTNAME= gnumeric-0.75 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/} @@ -15,6 +15,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 @@ -22,6 +23,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: |