diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:30:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:30:02 +0000 |
commit | 51c8ea8d626ec51437ba0afbcc8aa3f789ea4cf3 (patch) | |
tree | 030b3d92bb08524e5b2e5325ab25aa34929f271d /x11 | |
parent | 601583c3207bd23bb05d0761888aefcb5699e1c2 (diff) | |
download | pkgsrc-51c8ea8d626ec51437ba0afbcc8aa3f789ea4cf3.tar.gz |
pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3-qscintilla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-qscintilla/Makefile b/x11/qt3-qscintilla/Makefile index 5576406ebdb..b14446bf62d 100644 --- a/x11/qt3-qscintilla/Makefile +++ b/x11/qt3-qscintilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/05/08 13:06:04 drochner Exp $ +# $NetBSD: Makefile,v 1.20 2007/02/22 19:30:06 wiz Exp $ # DISTNAME= qscintilla-1.65-gpl-1.6 @@ -18,7 +18,7 @@ BUILD_DEPENDS+= qt3-tools-3.*:../../x11/qt3-tools USE_TOOLS+= gmake USE_LIBTOOL= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c++ MAKE_ENV+= QTPREFIX=${QTDIR:Q} |