diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-31 00:00:54 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-31 00:00:54 +0000 |
commit | 424bb7bb02006399065d56ef5216006f34d90c97 (patch) | |
tree | a0b0467a45b9f28cff6eb0e7e3115dba62366cc0 /misc | |
parent | d8023497c00776fb450be52a1fc43d74bf637f3b (diff) | |
download | pkgsrc-424bb7bb02006399065d56ef5216006f34d90c97.tar.gz |
add BUILD_USES_MSGFMT. fixes build/packaging problem noted recently on sparc
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-pim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gnome-pim/Makefile b/misc/gnome-pim/Makefile index 215ab3df2a8..08d24e9cb47 100644 --- a/misc/gnome-pim/Makefile +++ b/misc/gnome-pim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2002/03/13 17:37:25 fredb Exp $ +# $NetBSD: Makefile,v 1.31 2002/05/31 00:00:54 dmcmahill Exp $ # DISTNAME= gnome-pim-1.4.0 @@ -16,6 +16,7 @@ DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core USE_GMAKE= YES USE_LIBTOOL= YES USE_X11BASE= YES +BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES CPPFLAGS+= -I${LOCALBASE}/include |