diff options
author | joerg <joerg> | 2007-02-01 21:56:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-01 21:56:13 +0000 |
commit | 415c3e3d89ddc814e4c3b3b62e32e4f0d2310fa6 (patch) | |
tree | 57db6c43e36455e32cf5c859e1b43d0328f42b84 /wm/blackbox70/Makefile | |
parent | 93ea5c6b12f548b9b78628aa272e8ac67e56f70a (diff) | |
download | pkgsrc-415c3e3d89ddc814e4c3b3b62e32e4f0d2310fa6.tar.gz |
Modular Xorg support.
Diffstat (limited to 'wm/blackbox70/Makefile')
-rw-r--r-- | wm/blackbox70/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/wm/blackbox70/Makefile b/wm/blackbox70/Makefile index f337cf4f9d1..e440d566764 100644 --- a/wm/blackbox70/Makefile +++ b/wm/blackbox70/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2006/08/20 23:07:17 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/01 21:56:13 joerg Exp $ # DISTNAME= blackbox-0.70.1 @@ -17,5 +17,8 @@ USE_LANGUAGES= c c++ GNU_CONFIGURE= YES USE_TOOLS+= pkg-config -.include "../../mk/x11.buildlink3.mk" +BUILDLINK_DEPMETHOD.libXt?= build + +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |