diff options
author | agc <agc@pkgsrc.org> | 2000-06-30 10:04:46 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-06-30 10:04:46 +0000 |
commit | d951a0d54f3912eebf30c771ca112dea66e8bb7e (patch) | |
tree | 95bda78b9cc67d9eb423003a92ffd082f193791e /x11 | |
parent | 1881d3df91dc350bff14b275760b48458b9e7c66 (diff) | |
download | pkgsrc-d951a0d54f3912eebf30c771ca112dea66e8bb7e.tar.gz |
Make this package xpkgwedge-safe by using the new X11PREFIX definition
in preference to X11BASE when trying to find the installed location of
X11 libraries, programs and headers (which will change if xpkgwedge is
installed).
[X11BASE reflects the location of the X11 libs, headers and programs.
X11PREFIX reflects the installed location of X11 packages.]
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtkglarea/Makefile | 4 | ||||
-rw-r--r-- | x11/scwm/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gtkglarea/Makefile b/x11/gtkglarea/Makefile index 4065fd51dbc..70e196d2738 100644 --- a/x11/gtkglarea/Makefile +++ b/x11/gtkglarea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/06/21 03:20:33 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2000/06/30 10:04:48 agc Exp $ DISTNAME= gtkglarea-1.2.1 CATEGORIES= x11 graphics @@ -15,7 +15,7 @@ USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} +CONFIGURE_ARGS+= --with-gtk-prefix=${X11PREFIX} CONFIGURE_ARGS+= --with-GL-prefix=${X11BASE} CONFIGURE_ARGS+= --with-lib-MesaGL diff --git a/x11/scwm/Makefile b/x11/scwm/Makefile index 4c2f29f8fb9..2e204fa0e4e 100644 --- a/x11/scwm/Makefile +++ b/x11/scwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/06/20 13:39:36 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.9 2000/06/30 10:04:48 agc Exp $ # DISTNAME= scwm-0.9 @@ -15,7 +15,7 @@ DEPENDS+= readline-4.0:../../devel/readline DEPENDS+= xpm-3.4k:../../graphics/xpm CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} \ - --with-gtk-prefix=${X11BASE} \ + --with-gtk-prefix=${X11PREFIX} \ --enable-multibyte USE_X11BASE= yes |