diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | d9e03c3558722b30a745e7e75c1d6ecc9c22c99f (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /math/grace/Makefile | |
parent | b735b13875cb70c66b6ea714e5270b631b195051 (diff) | |
download | pkgsrc-d9e03c3558722b30a745e7e75c1d6ecc9c22c99f.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
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 |