diff options
author | tnn <tnn> | 2007-06-18 23:42:00 +0000 |
---|---|---|
committer | tnn <tnn> | 2007-06-18 23:42:00 +0000 |
commit | e0d7d45df311d7d57d5568a2f7b3abe45dbd0f16 (patch) | |
tree | c219790e0a3822c3721048d716ef128b8c32bc39 | |
parent | 974eaca0bd87321b24e8b1c8ea4982ac4930e595 (diff) | |
download | pkgsrc-e0d7d45df311d7d57d5568a2f7b3abe45dbd0f16.tar.gz |
Needs libtool, says Joerg. I concur.
-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 |