summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-26 13:13:03 +0000
committerjoerg <joerg>2007-02-26 13:13:03 +0000
commit421b0af3ac3b81141c2a4d52c97be81fac6de466 (patch)
tree156994405e6df2bf077925e8e3b307ac46068fe9 /wm
parent38fdac8e539fb17565377394837a353aa25df2fe (diff)
downloadpkgsrc-421b0af3ac3b81141c2a4d52c97be81fac6de466.tar.gz
Also needs libXt for magic configure reason at build time.
Diffstat (limited to 'wm')
-rw-r--r--wm/openbox2/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/wm/openbox2/Makefile b/wm/openbox2/Makefile
index 511cc05da13..546dd1769ea 100644
--- a/wm/openbox2/Makefile
+++ b/wm/openbox2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2007/02/15 14:53:44 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2007/02/26 13:13:03 joerg Exp $
#
DISTNAME= openbox-2.2.3
@@ -18,9 +18,13 @@ GNU_CONFIGURE= YES
CPPFLAGS+= -DHAVE_STRFTIME=1
+BUILDLINK_DEPMETHOD.libXt?= build
+
.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"