diff options
author | jlam <jlam> | 2002-04-23 02:08:51 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-04-23 02:08:51 +0000 |
commit | b158516a03a20a7e0864e909a0776d95b22bb262 (patch) | |
tree | d92beec319e32b48cd65ebcc04c0681dd598dc30 /math/grace/Makefile | |
parent | 72f853d88f376c91fdae5bc25b3e6a650b67f0d2 (diff) | |
download | pkgsrc-b158516a03a20a7e0864e909a0776d95b22bb262.tar.gz |
Note explicitly that this package is USE_X11BASE. Currently, it relies on
motif.buildlink.mk to define it.
Diffstat (limited to 'math/grace/Makefile')
-rw-r--r-- | math/grace/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index 94adcbef5a8..51e7f59dbc6 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/03/13 17:37:23 fredb Exp $ +# $NetBSD: Makefile,v 1.18 2002/04/23 02:08:53 jlam Exp $ # DISTNAME= grace-5.1.4 @@ -19,6 +19,7 @@ COMMENT= GRaphing, Advanced Computation and Exploration of data #DEPENDS+= fftw-[0-9]*:../../math/fftw USE_BUILDLINK_ONLY= YES +USE_X11BASE= YES USE_GMAKE= YES USE_FORTRAN= YES GNU_CONFIGURE= YES |