diff options
author | tnn <tnn@pkgsrc.org> | 2007-06-05 08:51:15 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-06-05 08:51:15 +0000 |
commit | 797cef16f2efc75483d1cb66cf541ae5ca55f2e8 (patch) | |
tree | be482aee87ff248f1c48ce8385c63115c36f8d4f /wm | |
parent | 7987ab0850afee2d071195728e9524c11b14de10 (diff) | |
download | pkgsrc-797cef16f2efc75483d1cb66cf541ae5ca55f2e8.tar.gz |
sawfish doesn't need libXt, only it's headers. Set DEPMETHOD to build.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/sawfish/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index cf6511ab36a..3433e2b67d0 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2007/05/09 10:09:45 tnn Exp $ +# $NetBSD: Makefile,v 1.42 2007/06/05 08:51:15 tnn Exp $ # DISTNAME= sawfish-${SF_VERS} +PKGREVISION= 1 SF_VERS= 1.3 CATEGORIES= x11 wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sawmill/} @@ -43,6 +44,8 @@ REP_ENV_PKGSRC= LD_PRELOAD=/usr/lib/libpthread.so REP_ENV_PKGSRC= .endif +BUILDLINK_DEPMETHOD.libXt?= build + .include "../../audio/esound/buildlink3.mk" .include "../../lang/librep/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |