summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-26 13:13:03 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-26 13:13:03 +0000
commit7eb9dd96509c7f1b9f42c682295933c946ad8712 (patch)
tree156994405e6df2bf077925e8e3b307ac46068fe9 /wm
parent4f8690f422dee4e27a8c22aac1c3429d537fbfc6 (diff)
downloadpkgsrc-7eb9dd96509c7f1b9f42c682295933c946ad8712.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"