diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 1999-11-23 17:55:11 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 1999-11-23 17:55:11 +0000 |
commit | ec133cc3725b16a62c17d3805cdbe51a929bfbc0 (patch) | |
tree | 08ce5dcfe9de4393f3391668c4393504f4278fc5 /math/xmgr | |
parent | 2ff514e91ea418eec6998c19e653371aecb83022 (diff) | |
download | pkgsrc-ec133cc3725b16a62c17d3805cdbe51a929bfbc0.tar.gz |
add USE_FORTRAN for selection of the fortran compiler
Diffstat (limited to 'math/xmgr')
-rw-r--r-- | math/xmgr/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index a63f8558feb..16d4947f1d9 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/08/24 14:18:56 tron Exp $ +# $NetBSD: Makefile,v 1.5 1999/11/23 17:55:11 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.13 1998/12/12 22:27:21 jseger Exp # @@ -14,15 +14,11 @@ MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/xmgr4/src/ \ MAINTAINER= packages@NetBSD.org HOMEPAGE= http://plasma-gate.weizmann.ac.il/Xmgr/ -# This isn't a good solution as any binary packages built from this -# will have the one or other dependencies compiled in. -.if ! exists(/usr/bin/fort77) -DEPENDS+= fort77-1.14a:../../lang/fort77 -.endif DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= netcdf-3.4:../../devel/netcdf BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison +USE_FORTRAN= YES USE_X11= YES USE_MOTIF= YES GNU_CONFIGURE= YES |