diff options
-rw-r--r-- | devel/scintilla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/scintilla/Makefile b/devel/scintilla/Makefile index a4bbb0a6dff..85cc1752593 100644 --- a/devel/scintilla/Makefile +++ b/devel/scintilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/03/11 14:38:22 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2011/03/27 16:46:36 joerg Exp $ # DISTNAME= scintilla224 @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/scintilla USE_LANGUAGES= c c++ -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config BUILD_DIRS= gtk MAKE_FILE= makefile |