summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2000-11-17 20:15:26 +0000
committertron <tron>2000-11-17 20:15:26 +0000
commit20a9c1cf2a26b5480fdd7b751963670d01c8d7bb (patch)
treeeb3206a5d1f600820e8cfcb7be197212d6ce1bfb
parentc91453468ca7a3934751f21e8c9236c7afe9c4bb (diff)
downloadpkgsrc-20a9c1cf2a26b5480fdd7b751963670d01c8d7bb.tar.gz
Make sure that locale files are found on systems without "xpkgwedge".
-rw-r--r--misc/gnome-utils/Makefile5
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}