diff options
Diffstat (limited to 'math/grace/Makefile')
-rw-r--r-- | math/grace/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index 139aa3f0374..be88b0b1731 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/05/08 17:29:06 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/23 23:14:30 tron Exp $ # DISTNAME= grace-5.1.0 @@ -8,7 +8,6 @@ MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/ MAINTAINER= drochner@netbsd.org HOMEPAGE= http://plasma-gate.weizmann.ac.il/Grace/ -DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= netcdf:../../devel/netcdf DEPENDS+= jpeg-6*:../../graphics/jpeg DEPENDS+= tiff-*:../../graphics/tiff @@ -18,9 +17,10 @@ DEPENDS+= t1lib-1.0.1:../../textproc/t1lib DEPENDS+= Xbae-*:../../x11/Xbae #DEPENDS+= fftw-*:../../math/fftw -USE_GMAKE= yes -USE_FORTRAN= yes -USE_MOTIF= yes +USE_GMAKE= YES +USE_FORTRAN= YES +USE_MOTIF= YES +USE_XPM= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-grace-home=${PREFIX}/grace \ --with-extra-incpath=${LOCALBASE}/include:${X11BASE}/include |