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/fltk/Makefile | |
parent | 2c7a49cf63cdb4c0f2cd70c66acc9a5fc2102784 (diff) | |
download | pkgsrc-17d1ca394e473d786eb7e9ebcffe08c850040d2f.tar.gz |
These packages need a C++ compiler.
Diffstat (limited to 'x11/fltk/Makefile')
-rw-r--r-- | x11/fltk/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |