diff options
author | jlam <jlam@pkgsrc.org> | 2003-01-25 13:21:04 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-01-25 13:21:04 +0000 |
commit | bd378577c7657da62be857cff30850f3a78dc121 (patch) | |
tree | effe797c819adc4486d717623570d71a38a9e8a7 /x11 | |
parent | 9723a73c5d80a56a1f714104828d8fed149b1165 (diff) | |
download | pkgsrc-bd378577c7657da62be857cff30850f3a78dc121.tar.gz |
Note that qt3 requires C++.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3-libs/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index a0684ebc0f6..0151e8002d1 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2002/10/09 20:59:42 jlam Exp $ +# $NetBSD: Makefile.common,v 1.11 2003/01/25 13:21:04 jlam Exp $ # DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 @@ -14,6 +14,7 @@ PATCHDIR= ${.CURDIR}/../../x11/qt3-libs/patches HAS_CONFIGURE= yes USE_X11BASE= yes USE_GMAKE= yes +USE_CXX= yes USE_LIBTOOL= yes CONFIGURE_ARGS+= -shared -sm -thread \ -system-zlib -system-libpng \ |