diff options
-rw-r--r-- | editors/kdissert/Makefile | 4 |
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" |