pkgsrc/x11/kde-runtime4/buildlink3.mk
dholland 7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00

15 lines
449 B
Makefile

# $NetBSD: buildlink3.mk,v 1.2 2012/05/07 01:54:09 dholland Exp $
BUILDLINK_TREE+= kde-runtime
.if !defined(KDE_RUNTIME_BUILDLINK3_MK)
KDE_RUNTIME_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.kde-runtime+= kde-runtime4>=4.0.0
BUILDLINK_ABI_DEPENDS.kde-runtime+= kde-runtime4>=4.5.4nb1
BUILDLINK_PKGSRCDIR.kde-runtime?= ../../x11/kde-runtime4
.include "../../x11/kdelibs4/buildlink3.mk"
.endif # KDE_RUNTIME_BUILDLINK3_MK
BUILDLINK_TREE+= -kde-runtime