diff options
author | tron <tron@pkgsrc.org> | 2002-08-12 19:45:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-08-12 19:45:37 +0000 |
commit | ccc84595e04f9f71dc2167917355d66d97ae77d7 (patch) | |
tree | 011a110b8ec3fa18f740309983571f9f865fecbb /math/guppi | |
parent | 03aa4a7cb115866c107fa2be6ae3c48632b9e44c (diff) | |
download | pkgsrc-ccc84595e04f9f71dc2167917355d66d97ae77d7.tar.gz |
Fix oversight in last commit.
Diffstat (limited to 'math/guppi')
-rw-r--r-- | math/guppi/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 55b2e87fe0d..72c72e8b7f8 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/08/12 19:43:20 tron Exp $ +# $NetBSD: Makefile,v 1.18 2002/08/12 19:45:37 tron Exp $ DISTNAME= Guppi-0.40.3 PKGNAME= ${DISTNAME:S/G/g/} @@ -33,8 +33,6 @@ USE_GMAKE= YES USE_LIBTOOL= YES USE_X11BASE= YES -CONFIGURE_ARGS= --enable-gnumeric - LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig PLIST_SUBST+= LOCALBASE=${LOCALBASE} |