diff options
author | jlam <jlam> | 2002-04-23 02:08:51 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-04-23 02:08:51 +0000 |
commit | 2f9129b891a2641f38285a5013ca0ff3846dac56 (patch) | |
tree | d92beec319e32b48cd65ebcc04c0681dd598dc30 /math | |
parent | d529bf0e63684ec41908011efceb327a545a7f10 (diff) | |
download | pkgsrc-2f9129b891a2641f38285a5013ca0ff3846dac56.tar.gz |
Note explicitly that this package is USE_X11BASE. Currently, it relies on
motif.buildlink.mk to define it.
Diffstat (limited to 'math')
-rw-r--r-- | math/grace/Makefile | 3 | ||||
-rw-r--r-- | math/xmgr/Makefile | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index ace4f33caa1..abbbff8196e 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/10/24 22:11:04 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2002/04/23 02:08:54 jlam Exp $ # FreeBSD Id: Makefile,v 1.13 1998/12/12 22:27:21 jseger Exp # @@ -18,6 +18,7 @@ COMMENT= Powerful XY plotting tool for workstations or X-terminals using X BUILD_DEPENDS= bison-[0-9]*:../../devel/bison USE_BUILDLINK_ONLY= YES +USE_X11BASE= YES USE_FORTRAN= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-acegr-home="${PREFIX}" |