diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-31 02:52:27 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-31 02:52:27 +0000 |
commit | 291ae6545ef723933672bd737a25c70ec9b8a645 (patch) | |
tree | fef2613c6a994d4efa619442ad5a25ecd44328cf | |
parent | 260af7e8a8d3c965bead0b1d6861dfa887d2842c (diff) | |
download | pkgsrc-291ae6545ef723933672bd737a25c70ec9b8a645.tar.gz |
add BUILD_USES_MSGFMT. fixes build/packaging problem noted recently on sparc
-rw-r--r-- | x11/gnome-applets/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index df485e03c12..178a297e2a3 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2002/03/13 17:37:55 fredb Exp $ +# $NetBSD: Makefile,v 1.19 2002/05/31 02:52:27 dmcmahill Exp $ # DISTNAME= gnome-applets-1.4.0.4 @@ -19,6 +19,7 @@ USE_GMAKE= YES USE_X11BASE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES CPPFLAGS+= -I${LOCALBASE}/include |