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/xmgr | |
parent | b735b13875cb70c66b6ea714e5270b631b195051 (diff) | |
download | pkgsrc-d9e03c3558722b30a745e7e75c1d6ecc9c22c99f.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" |