diff options
author | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
commit | f0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /math/xmgr | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'math/xmgr')
-rw-r--r-- | math/xmgr/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index 0a1267c6ccb..ea3a08159b0 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/07/25 08:33:58 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/23 23:14:29 tron Exp $ # FreeBSD Id: Makefile,v 1.13 1998/12/12 22:27:21 jseger Exp # @@ -15,14 +15,14 @@ MAINTAINER= packages@NetBSD.org HOMEPAGE= http://plasma-gate.weizmann.ac.il/Xmgr/ BUILD_DEPENDS= bison:../../devel/bison -DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= netcdf-3.4:../../devel/netcdf -USE_FORTRAN= # defined -USE_X11= # defined -USE_MOTIF= # defined +USE_FORTRAN= YES +USE_X11= YES +USE_XPM= YES +USE_MOTIF= YES -GNU_CONFIGURE= # defined +GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-acegr-home="${PREFIX}" CONFIGURE_ARGS+= --enable-extra-incpath="${EXTRA_INCDIRS}" CONFIGURE_ARGS+= --enable-extra-ldpath="${LOCALBASE}/lib" |