diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-31 00:53:09 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-31 00:53:09 +0000 |
commit | 260af7e8a8d3c965bead0b1d6861dfa887d2842c (patch) | |
tree | 9cb925b2536c25dff10cc79336bd45a8027b7bd9 /wm/sawfish | |
parent | 139d034c515c3344bf45e24d5f30e995f4f2745e (diff) | |
download | pkgsrc-260af7e8a8d3c965bead0b1d6861dfa887d2842c.tar.gz |
add BUILD_USES_MSGFMT. fixes build/packaging problem noted recently on sparc
Diffstat (limited to 'wm/sawfish')
-rw-r--r-- | wm/sawfish/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index f074e0b1271..42ec2d22d6b 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/03/21 05:39:20 fredb Exp $ +# $NetBSD: Makefile,v 1.11 2002/05/31 00:53:09 dmcmahill Exp $ # PKGNAME= sawfish-${SF_VERS} @@ -13,6 +13,7 @@ USE_X11BASE= # defined CONFIGURE_ENV+= LOCALEDIR=${LOCALEDIR} MAKE_ENV+= LOCALEDIR=${LOCALEDIR} TEXINFO_OVERRIDE= YES +BUILD_USES_MSGFMT= YES PLIST_SUBST+= SF_VERS=${SF_VERS} |