diff options
author | jtb <jtb> | 2001-02-23 20:10:10 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-02-23 20:10:10 +0000 |
commit | 9a84554f77a162fedac87c9ed35fdc3a735dfaed (patch) | |
tree | 91f5676b3343603db775db70c5a2a41101da8a8b /graphics/geomview/Makefile | |
parent | 4a3a2922e9509fe4b2b2191f625d970cdc497111 (diff) | |
download | pkgsrc-9a84554f77a162fedac87c9ed35fdc3a735dfaed.tar.gz |
Use ${MOTIFBASE}.
Diffstat (limited to 'graphics/geomview/Makefile')
-rw-r--r-- | graphics/geomview/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index ae62263e946..3306a138535 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 15:22:20 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/23 20:10:10 jtb Exp $ DISTNAME= geomview-1.8.0 CATEGORIES= graphics math @@ -12,11 +12,11 @@ GNU_CONFIGURE= YES USE_X11= YES USE_MOTIF= YES USE_MESA= YES -EVAL_PREFIX+= MESA_PREFIX=Mesa LESSTIF_PREFIX=lesstif +EVAL_PREFIX+= MESA_PREFIX=Mesa CONFIGURE_ARGS+= --without-xforms CONFIGURE_ARGS+= --with-opengl=${MESA_PREFIX} -CONFIGURE_ARGS+= --with-motif=${LESSTIF_PREFIX} +CONFIGURE_ARGS+= --with-motif=${MOTIFBASE} CONFIGURE_ENV+= "CPPFLAGS=-Dunix -Dalloca=__builtin_alloca" INFO_FILES= geomview |