diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-22 10:25:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-22 10:25:34 +0000 |
commit | a84b7d2a8d38c8dbed7c1c26d30720fb3040fe83 (patch) | |
tree | 8a1934f13c74f38b40c6a16f8ebf1c6a898d23e5 /wm | |
parent | caf23d085b9f010c46fc9f7a08b14547f119cc0c (diff) | |
download | pkgsrc-a84b7d2a8d38c8dbed7c1c26d30720fb3040fe83.tar.gz |
Needs libtool.
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 000f0221bc8..bd999334c5e 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/05/26 20:00:05 joerg Exp $ +# $NetBSD: Makefile,v 1.39 2006/06/22 10:25:34 joerg Exp $ # PKGNAME= sawfish-${SF_VERS} @@ -14,6 +14,7 @@ USE_X11BASE= yes CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} +USE_LIBTOOL= yes USE_TOOLS+= makeinfo msgfmt INFO_FILES= # PLIST |