diff options
author | markd <markd@pkgsrc.org> | 2010-04-10 02:54:35 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2010-04-10 02:54:35 +0000 |
commit | e29d205a242f4339b0c8db5c5cff4eb6afc74cb1 (patch) | |
tree | 1085afae080ba2eb84e5ffef1c3e179382a29aa9 /misc/tellico | |
parent | 109bca270e699c1c6883d8f4b5fe44b53bad6982 (diff) | |
download | pkgsrc-e29d205a242f4339b0c8db5c5cff4eb6afc74cb1.tar.gz |
include kde4/kde4.mk so that qmake is found and possible other settings
set correctly.
Diffstat (limited to 'misc/tellico')
-rw-r--r-- | misc/tellico/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index cde316d87d4..17172b1fcd6 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2010/02/15 15:09:28 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2010/04/10 02:54:35 markd Exp $ # DISTNAME= tellico-2.2 @@ -19,6 +19,7 @@ USE_LANGUAGES= c c++ USE_CMAKE= yes USE_TOOLS+= msgfmt pkg-config +.include "../../meta-pkgs/kde4/kde4.mk" .include "../../audio/taglib/buildlink3.mk" .include "../../devel/exempi/buildlink3.mk" .include "../../graphics/kdegraphics4/buildlink3.mk" |