diff options
author | tnn <tnn@pkgsrc.org> | 2007-06-18 23:42:00 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-06-18 23:42:00 +0000 |
commit | b6ab7ae162499ec3db571b0ff64416c618a3cbc6 (patch) | |
tree | c219790e0a3822c3721048d716ef128b8c32bc39 /wm | |
parent | ff19ee9bfbde37f762e2c502fd169f62268ce8e0 (diff) | |
download | pkgsrc-b6ab7ae162499ec3db571b0ff64416c618a3cbc6.tar.gz |
Needs libtool, says Joerg. I concur.
Diffstat (limited to 'wm')
-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 23a6b00673f..edf27ee9644 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2007/06/13 20:23:41 joerg Exp $ +# $NetBSD: Makefile,v 1.44 2007/06/18 23:42:00 tnn Exp $ # DISTNAME= sawfish-${SF_VERS} @@ -25,6 +25,7 @@ CONFIGURE_ARGS+= --disable-themer USE_TOOLS+= gmake makeinfo msgfmt pkg-config USE_DIRS+= gnome2-1.5 +USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes INFO_FILES= YES |