diff options
author | tron <tron@pkgsrc.org> | 2013-05-22 17:43:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-05-22 17:43:32 +0000 |
commit | 2eba917235b4c151ae8f2b75a6832e40257e3a83 (patch) | |
tree | 20c6c9c43d8f788d26a2d0b40b7eb97eaa164b47 /wm/windowmaker | |
parent | 19f524aae09b97bf92cde94c5a2f0e567b8368df (diff) | |
download | pkgsrc-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.
Diffstat (limited to 'wm/windowmaker')
-rw-r--r-- | wm/windowmaker/buildlink3.mk | 4 |
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 |