diff options
author | tron <tron> | 2000-10-28 13:14:16 +0000 |
---|---|---|
committer | tron <tron> | 2000-10-28 13:14:16 +0000 |
commit | e016fe7fe3af57af4329e4965893df64ed6fa7a8 (patch) | |
tree | bd8310f63b618155729cb3194400bd02cc6b1223 /misc/gnome-pim | |
parent | 629c96c0e01fe87f84dc5d86bf991d7fbd040764 (diff) | |
download | pkgsrc-e016fe7fe3af57af4329e4965893df64ed6fa7a8.tar.gz |
Make sure that "libintl" is found on systems without "xpkgwedge", too.
Diffstat (limited to 'misc/gnome-pim')
-rw-r--r-- | misc/gnome-pim/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/gnome-pim/Makefile b/misc/gnome-pim/Makefile index f245de838c8..0478cbe903c 100644 --- a/misc/gnome-pim/Makefile +++ b/misc/gnome-pim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/10/23 17:06:57 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2000/10/28 13:14:16 tron Exp $ # DISTNAME= gnome-pim-1.2.0 @@ -14,7 +14,8 @@ DEPENDS+= gnome-core-*:../../x11/gnome-core USE_X11BASE= # defined GNU_CONFIGURE= # defined -CONFIGURE_ENV+= LOCALEBASE=${LOCALEBASE} +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LOCALEBASE=${LOCALEBASE} PLIST_SUBST+= LOCALEBASE=${LOCALEBASE} |