diff options
Diffstat (limited to 'chat/ktp-accounts-kcm/Makefile')
-rw-r--r-- | chat/ktp-accounts-kcm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/ktp-accounts-kcm/Makefile b/chat/ktp-accounts-kcm/Makefile index 1ce1529dcf7..b120e8674c9 100644 --- a/chat/ktp-accounts-kcm/Makefile +++ b/chat/ktp-accounts-kcm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/01/17 15:07:04 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2016/01/28 15:26:40 joerg Exp $ .include "../../meta-pkgs/kde-telepathy/Makefile.common" DISTNAME= ktp-accounts-kcm-${KTP_VERSION} @@ -14,6 +14,8 @@ LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c c++ USE_TOOLS+= msgfmt +BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4 + .include "../../chat/ktp-common-internals/buildlink3.mk" .include "../../chat/ktp-contact-list/buildlink3.mk" .include "../../meta-pkgs/kde4/kde4.mk" |