diff options
author | salo <salo@pkgsrc.org> | 2002-12-01 15:56:54 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-01 15:56:54 +0000 |
commit | e51dc157648cd2f8e1d25173f2b42a0c3b0ed077 (patch) | |
tree | 8fcdf552e3ca852dc4b7d1dd9d95d7e7c6e74dde /math/gnumeric | |
parent | c61f64f5e6afce18c99bdbd177eed39aed6baca7 (diff) | |
download | pkgsrc-e51dc157648cd2f8e1d25173f2b42a0c3b0ed077.tar.gz |
USE_PKGLOCALEDIR, delint.
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 3911186c1cf..8fb622f52f4 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2002/11/02 02:42:04 rh Exp $ +# $NetBSD: Makefile,v 1.63 2002/12/01 15:56:54 salo Exp $ # DISTNAME= gnumeric-1.0.10 @@ -16,6 +16,7 @@ ONLY_FOR_PLATFORM= NetBSD-1.5[R-Z]-* NetBSD-1.5Z[A-Z]-* NetBSD-1.[6-9]*-* SunOS- #BUILD_DEPENDS+= python>=2.0:../../lang/python USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_X11BASE= YES USE_GMAKE= YES USE_PERL5= YES |