diff options
author | tron <tron@pkgsrc.org> | 2000-08-01 21:39:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-01 21:39:21 +0000 |
commit | c7f3472c12a5d5fb5ff9f38381274b9b8b234a11 (patch) | |
tree | 61b3bf3e0569991cb5df8a21f5264c10780ebdb8 | |
parent | b5e3262f6a2265a9354aab96abf6dac601e7821b (diff) | |
download | pkgsrc-c7f3472c12a5d5fb5ff9f38381274b9b8b234a11.tar.gz |
Fix package to work on systems without "xpkgwedge" again.
-rw-r--r-- | x11/controlcenter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/controlcenter/Makefile b/x11/controlcenter/Makefile index 1f2541d7f07..28d84904698 100644 --- a/x11/controlcenter/Makefile +++ b/x11/controlcenter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/07/31 10:49:16 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2000/08/01 21:39:21 tron Exp $ DISTNAME= control-center-1.2.0 CATEGORIES= x11 gnome @@ -19,7 +19,8 @@ LOCALSTATEDIR= /var/gnome CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \ --with-glib-prefix=${LOCALBASE} -CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} +CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ + LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} post-install: ${RMDIR} ${PREFIX}/share/gnome/help/control-center/C/stylesheet-images |