diff options
author | drochner <drochner@pkgsrc.org> | 2006-05-08 13:06:04 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-05-08 13:06:04 +0000 |
commit | 2f3c41c1a3e6f573eb4ae09835ead7e64ac05671 (patch) | |
tree | 84cb6efd248d50bb123d474f7b5b32f39bfd62d8 /x11/qt3-qscintilla | |
parent | 17264dc55b95ae9b3dc4639706b1a19d949d88b8 (diff) | |
download | pkgsrc-2f3c41c1a3e6f573eb4ae09835ead7e64ac05671.tar.gz |
this needs C++
Diffstat (limited to 'x11/qt3-qscintilla')
-rw-r--r-- | x11/qt3-qscintilla/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt3-qscintilla/Makefile b/x11/qt3-qscintilla/Makefile index e0016cfc423..5576406ebdb 100644 --- a/x11/qt3-qscintilla/Makefile +++ b/x11/qt3-qscintilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/04/17 13:46:05 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2006/05/08 13:06:04 drochner Exp $ # DISTNAME= qscintilla-1.65-gpl-1.6 @@ -18,6 +18,7 @@ BUILD_DEPENDS+= qt3-tools-3.*:../../x11/qt3-tools USE_TOOLS+= gmake USE_LIBTOOL= yes +USE_LANGUAGES+= c++ MAKE_ENV+= QTPREFIX=${QTDIR:Q} |