summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtb <jtb>2001-05-01 22:37:13 +0000
committerjtb <jtb>2001-05-01 22:37:13 +0000
commitc072f4323b3f1b477654367007e4951be397f830 (patch)
tree8879ef314913fb175c35ae5dff192bff2989c030
parentffc9cc4896afc6c0db4d38bcff31a504067b1b23 (diff)
downloadpkgsrc-c072f4323b3f1b477654367007e4951be397f830.tar.gz
Use --with-opengl=${X11BASE} in CONFIGURE_ENV.
-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"