summaryrefslogtreecommitdiff
path: root/graphics/geomview
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-05-01 22:37:13 +0000
committerjtb <jtb@pkgsrc.org>2001-05-01 22:37:13 +0000
commit9cefc3062587182b9070cbd48fa8fcece6c130b5 (patch)
tree8879ef314913fb175c35ae5dff192bff2989c030 /graphics/geomview
parent7a763bdff8abb5d778f7fb3b62e4c00dd51780b1 (diff)
downloadpkgsrc-9cefc3062587182b9070cbd48fa8fcece6c130b5.tar.gz
Use --with-opengl=${X11BASE} in CONFIGURE_ENV.
Diffstat (limited to 'graphics/geomview')
-rw-r--r--graphics/geomview/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile
index 958f6112059..722a7a34af6 100644
--- a/graphics/geomview/Makefile
+++ b/graphics/geomview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/04/28 23:59:18 jtb Exp $
+# $NetBSD: Makefile,v 1.8 2001/05/01 22:37:13 jtb Exp $
DISTNAME= geomview-1.8.1
CATEGORIES= graphics math
@@ -14,10 +14,9 @@ GNU_CONFIGURE= YES
USE_X11= YES
USE_MOTIF= YES
USE_MESA= YES
-EVAL_PREFIX+= MESA_PREFIX=Mesa
CONFIGURE_ARGS+= --without-xforms
-CONFIGURE_ARGS+= --with-opengl=${MESA_PREFIX}
+CONFIGURE_ARGS+= --with-opengl=${X11BASE}
CONFIGURE_ARGS+= --with-motif=${MOTIFBASE}
CONFIGURE_ENV+= CPPFLAGS="-Dunix -Dalloca=__builtin_alloca"