diff options
author | agc <agc@pkgsrc.org> | 2000-07-18 15:20:59 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-07-18 15:20:59 +0000 |
commit | 90515e7cce488a5a5e69eb5e4521bf2c71e744dc (patch) | |
tree | d5f0918fc02f3fe5b36f4fc151af6bb7db0076d1 /x11/gtkglarea | |
parent | 2e2b2ad5e7c84dab36d5cc8d785479c4a46758ff (diff) | |
download | pkgsrc-90515e7cce488a5a5e69eb5e4521bf2c71e744dc.tar.gz |
Use EVAL_PREFIX to be a bit more precise about package prefices.
Diffstat (limited to 'x11/gtkglarea')
-rw-r--r-- | x11/gtkglarea/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gtkglarea/Makefile b/x11/gtkglarea/Makefile index 8663271c1a0..d58e1ceda95 100644 --- a/x11/gtkglarea/Makefile +++ b/x11/gtkglarea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/07/15 20:39:26 agc Exp $ +# $NetBSD: Makefile,v 1.20 2000/07/18 15:21:00 agc Exp $ DISTNAME= gtkglarea-1.2.1 CATEGORIES= x11 graphics @@ -15,9 +15,9 @@ USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= # defined -EVAL_PREFIX+= GTKDIR=gtk+ +EVAL_PREFIX+= GTKDIR=gtk+ MESADIR=Mesa CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" -CONFIGURE_ARGS+= --with-GL-prefix=${X11BASE} +CONFIGURE_ARGS+= --with-GL-prefix=${MESADIR} CONFIGURE_ARGS+= --with-lib-MesaGL PLIST_SUBST+= LOCALBASE=${LOCALBASE} |