diff options
author | rh <rh> | 2000-10-22 07:37:09 +0000 |
---|---|---|
committer | rh <rh> | 2000-10-22 07:37:09 +0000 |
commit | 6cd360b0b8e66d99a3795170c492ae8119eac69d (patch) | |
tree | 2bea7770e8e2e829d4de793550a6eb95ae394199 /math | |
parent | 608097d10456b8af77000839b0b547a64699f353 (diff) | |
download | pkgsrc-6cd360b0b8e66d99a3795170c492ae8119eac69d.tar.gz |
Add dependency on oaf
Diffstat (limited to 'math')
-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 8a569c2657a..e0e433d4309 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/10/17 17:24:18 rh Exp $ +# $NetBSD: Makefile,v 1.23 2000/10/22 07:37:09 rh Exp $ # DISTNAME= gnumeric-0.57 @@ -12,6 +12,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/python:../../lang/python DEPENDS+= gal>=0.1:../../devel/gal DEPENDS+= gb>=0.0.12:../../lang/gb DEPENDS+= libole2>=0.1.5:../../devel/libole2 +DEPENDS+= oaf>=0.6.0:../../devel/oaf GNU_CONFIGURE= YES USE_LIBTOOL= YES |