diff options
Diffstat (limited to 'wm/sawfish/Makefile')
-rw-r--r-- | wm/sawfish/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index a1432e0540a..12bf5c0a58a 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/04/08 05:02:59 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2006/04/13 18:23:38 jlam Exp $ # PKGNAME= sawfish-${SF_VERS} @@ -13,9 +13,8 @@ USE_X11BASE= yes CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} -BUILD_USES_MSGFMT= YES -USE_TOOLS+= makeinfo +USE_TOOLS+= makeinfo msgfmt INFO_FILES= # PLIST PLIST_SUBST+= SF_VERS=${SF_VERS:Q} |