diff options
Diffstat (limited to 'misc/gnome-utils/Makefile')
-rw-r--r-- | misc/gnome-utils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index cfd9c9114f4..f4eb6c05784 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2000/11/09 21:09:43 mycroft Exp $ +## $NetBSD: Makefile,v 1.24 2000/11/17 20:15:26 tron Exp $ DISTNAME= gnome-utils-1.2.0 CATEGORIES= misc x11 gnome @@ -20,7 +20,8 @@ USE_X11BASE= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-ncurses=${LOCALBASE} -CONFIGURE_ENV+= LOCALEBASE=${LOCALEBASE} +CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ + LOCALEBASE=${LOCALEBASE} PLIST_SUBST+= LOCALEBASE=${LOCALEBASE} |