diff options
author | joerg <joerg> | 2006-05-15 21:58:22 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-15 21:58:22 +0000 |
commit | 03907e52996fc45aac0dc081b0f479fa2d0639ab (patch) | |
tree | 235c0563d935aca376e10e8c6205caaf205c7453 /x11/qt2-libs | |
parent | d5c719433ae75312c59c620c0a834fb4c4137c37 (diff) | |
download | pkgsrc-03907e52996fc45aac0dc081b0f479fa2d0639ab.tar.gz |
Uses C++.
Diffstat (limited to 'x11/qt2-libs')
-rw-r--r-- | x11/qt2-libs/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt2-libs/Makefile.common b/x11/qt2-libs/Makefile.common index 4ab0962bf00..d11a1bc5a24 100644 --- a/x11/qt2-libs/Makefile.common +++ b/x11/qt2-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.26 2006/01/05 21:22:13 joerg Exp $ +# $NetBSD: Makefile.common,v 1.27 2006/05/15 21:58:22 joerg Exp $ # DISTNAME= qt-x11-${QTVERSION} @@ -12,6 +12,7 @@ WRKSRC= ${WRKDIR}/qt-${QTVERSION} HAS_CONFIGURE= yes USE_X11BASE= yes USE_TOOLS+= gmake +USE_LANGUAGES= c c++ USE_LIBTOOL= yes CONFIGURE_ARGS+= -static -sm -no-thread \ -system-zlib -system-libpng \ |