summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz>2006-05-24 22:32:17 +0000
committerwiz <wiz>2006-05-24 22:32:17 +0000
commit9410aa4c82031f75f04cf0e2afc92a1f3a7cacc3 (patch)
tree53626cd70a0f9314c8725790e65b3afb219cb0d9 /editors
parent23e3a8e7a2e959b4f20af03688c1feaffe080df7 (diff)
downloadpkgsrc-9410aa4c82031f75f04cf0e2afc92a1f3a7cacc3.tar.gz
USE_LANGUAGES=c c++; add missing qt3-tools build dependency.
Diffstat (limited to 'editors')
-rw-r--r--editors/kdissert/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile
index f5d1f16877e..97d562d8ec1 100644
--- a/editors/kdissert/Makefile
+++ b/editors/kdissert/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/04/17 13:46:22 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2006/05/24 22:32:17 wiz Exp $
#
DISTNAME= kdissert-1.0.5
@@ -12,6 +12,7 @@ HOMEPAGE= http://freehackers.org/~tnagy/kdissert/
COMMENT= Mindmapping-like tool to generate text templates
USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
NO_CONFIGURE= yes
BUILD_DEPENDS+= scons>=0.96.1nb1:../../devel/scons
@@ -25,4 +26,5 @@ do-install:
&& ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons install
.include "../../x11/kdelibs3/buildlink3.mk"
+.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"