diff options
author | grant <grant> | 2003-05-29 23:53:13 +0000 |
---|---|---|
committer | grant <grant> | 2003-05-29 23:53:13 +0000 |
commit | 7d6499023810821755fe5ba5779f092c63d9d37e (patch) | |
tree | 10e664e9505b2a7b0fd0211465b008f73dbf54e7 /x11/qt3-libs | |
parent | 338ae2b77b58c790927dfbf7d807490980187d37 (diff) | |
download | pkgsrc-7d6499023810821755fe5ba5779f092c63d9d37e.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 |