diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-02 13:02:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-02 13:02:49 +0000 |
commit | 17d1ca394e473d786eb7e9ebcffe08c850040d2f (patch) | |
tree | 494f696e0cc788aee47c5cbc4ef2e450dc990a31 /x11 | |
parent | 2c7a49cf63cdb4c0f2cd70c66acc9a5fc2102784 (diff) | |
download | pkgsrc-17d1ca394e473d786eb7e9ebcffe08c850040d2f.tar.gz |
These packages need a C++ compiler.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fltk/Makefile | 4 | ||||
-rw-r--r-- | x11/kdelibs3/Makefile | 4 | ||||
-rw-r--r-- | x11/qt3-libs/Makefile.common | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index 9ad02930b6d..1a8b23110f1 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/01/20 12:28:26 agc Exp $ +# $NetBSD: Makefile,v 1.34 2004/02/02 13:02:49 jlam Exp $ # DISTNAME= fltk-1.0.11-source @@ -20,7 +20,7 @@ COMMENT= Fast Light Tool Kit for graphical user interfaces WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//} USE_BUILDLINK2= # defined -USE_GCC_SHLIB= # defined +USE_LANGUAGES= c c++ USE_GNU_TOOLS+= make USE_LIBTOOL= # defined USE_X11BASE= # defined diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index d81fc2d6d88..812a03562dd 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2004/01/23 17:18:32 jmmv Exp $ +# $NetBSD: Makefile,v 1.49 2004/02/02 13:02:50 jlam Exp $ DISTNAME= kdelibs-3.1.5 PKGREVISION= 1 @@ -10,7 +10,7 @@ COMMENT= Support libraries for the KDE integrated X11 desktop CONFLICTS+= koffice3<=1.1.1 USE_BUILDLINK2= YES -USE_GCC_SHLIB= YES +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_PREFIX.openssl}" diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index 9d5bcf97f05..3e6629567f1 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.26 2004/01/24 15:30:33 grant Exp $ +# $NetBSD: Makefile.common,v 1.27 2004/02/02 13:02:50 jlam Exp $ # DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 @@ -15,7 +15,7 @@ PATCHDIR= ${.CURDIR}/../../x11/qt3-libs/patches HAS_CONFIGURE= yes USE_X11= yes USE_GNU_TOOLS+= make -USE_GCC_SHLIB= yes +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_GNU_TOOLS+= awk |