summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2013-05-22 17:43:32 +0000
committertron <tron@pkgsrc.org>2013-05-22 17:43:32 +0000
commit2eba917235b4c151ae8f2b75a6832e40257e3a83 (patch)
tree20c6c9c43d8f788d26a2d0b40b7eb97eaa164b47
parent19f524aae09b97bf92cde94c5a2f0e567b8368df (diff)
downloadpkgsrc-2eba917235b4c151ae8f2b75a6832e40257e3a83.tar.gz
The API of WindowMaker 0.95.4 is not backwards compatible (e.g. the
number arguments for "WMWritePropListToFile"). So enforce the new API as well.
-rw-r--r--wm/windowmaker/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/windowmaker/buildlink3.mk b/wm/windowmaker/buildlink3.mk
index 611d7ffafe8..980b71a0509 100644
--- a/wm/windowmaker/buildlink3.mk
+++ b/wm/windowmaker/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.28 2013/05/21 14:38:40 hans Exp $
+# $NetBSD: buildlink3.mk,v 1.29 2013/05/22 17:43:32 tron Exp $
BUILDLINK_TREE+= windowmaker
.if !defined(WINDOWMAKER_BUILDLINK3_MK)
WINDOWMAKER_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.windowmaker+= windowmaker>=0.80.2nb3
+BUILDLINK_API_DEPENDS.windowmaker+= windowmaker>=0.95.4
BUILDLINK_ABI_DEPENDS.windowmaker+= windowmaker>=0.95.4
BUILDLINK_PKGSRCDIR.windowmaker?= ../../wm/windowmaker