diff options
author | tron <tron@pkgsrc.org> | 2000-10-28 13:14:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-10-28 13:14:16 +0000 |
commit | 79533e1e74bed5ab22bcf127cd03a2f451c9b928 (patch) | |
tree | bd8310f63b618155729cb3194400bd02cc6b1223 /misc | |
parent | 6295e3cee582837fd24ecbc691be0f078aba5b64 (diff) | |
download | pkgsrc-79533e1e74bed5ab22bcf127cd03a2f451c9b928.tar.gz |
Make sure that "libintl" is found on systems without "xpkgwedge", too.
Diffstat (limited to 'misc')
-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} |