diff options
author | grant <grant@pkgsrc.org> | 2003-05-29 23:53:13 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-05-29 23:53:13 +0000 |
commit | 1f5fe68e8c9a66bc4654a3041cb62eee2dff8989 (patch) | |
tree | 10e664e9505b2a7b0fd0211465b008f73dbf54e7 /x11/qt3-libs | |
parent | 9079f39bad14ad14644d8e455d50f1cd116d8587 (diff) | |
download | pkgsrc-1f5fe68e8c9a66bc4654a3041cb62eee2dff8989.tar.gz |
s/USE_CXX/USE_GCC_SHLIB/
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r-- | x11/qt3-libs/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index d055fa91aad..51177740e96 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2003/05/06 17:43:12 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.18 2003/05/29 23:53:13 grant Exp $ # DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 @@ -15,7 +15,7 @@ PATCHDIR= ${.CURDIR}/../../x11/qt3-libs/patches HAS_CONFIGURE= yes USE_X11BASE= yes USE_GMAKE= yes -USE_CXX= yes +USE_GCC_SHLIB= yes USE_LIBTOOL= yes QTPREFIX= ${PREFIX}/qt3 |