diff options
author | wiz <wiz@pkgsrc.org> | 2003-06-05 20:56:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-06-05 20:56:41 +0000 |
commit | 5756c2e7dbf529c092f0f9f2db332480911f99f4 (patch) | |
tree | e0ebb239975cd89d668d9c84364ef0c9a2efef0e /math/grace | |
parent | 4aebc3d1acd2e3c87dde570b0130d6a72a0d9084 (diff) | |
download | pkgsrc-5756c2e7dbf529c092f0f9f2db332480911f99f4.tar.gz |
Depend on fftw2. Bump PKGREVISION.
Diffstat (limited to 'math/grace')
-rw-r--r-- | math/grace/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index efebd4daee3..3fd2e033a19 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2003/06/02 01:18:31 jschauma Exp $ +# $NetBSD: Makefile,v 1.24 2003/06/05 20:56:41 wiz Exp $ # DISTNAME= grace-5.1.10 +PKGREVISION= 1 CATEGORIES= math graphics x11 MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/ \ ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/ \ @@ -15,8 +16,6 @@ MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://plasma-gate.weizmann.ac.il/Grace/ COMMENT= GRaphing, Advanced Computation and Exploration of data -#DEPENDS+= fftw-[0-9]*:../../math/fftw - USE_BUILDLINK2= YES USE_X11BASE= YES USE_GMAKE= YES @@ -35,6 +34,7 @@ post-install: .include "../../graphics/png/buildlink2.mk" .include "../../graphics/tiff/buildlink2.mk" .include "../../graphics/xpm/buildlink2.mk" +.include "../../math/fftw2/buildlink2.mk" .include "../../print/pdflib/buildlink2.mk" .include "../../x11/Xbae/buildlink2.mk" .include "../../mk/motif.buildlink2.mk" |