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 | 5c37138cd49e28ff12cbaa75b2d7a75eedb30b37 (patch) | |
tree | 1085afae080ba2eb84e5ffef1c3e179382a29aa9 /misc/tellico | |
parent | c8ff9abaa4fe235e24136d3441a9719ab90d3921 (diff) | |
download | pkgsrc-5c37138cd49e28ff12cbaa75b2d7a75eedb30b37.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" |