diff options
author | jlam <jlam> | 2004-02-02 13:02:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-02 13:02:49 +0000 |
commit | 3029e41c6e69a6a208fd177f8736c8b5d673c6a4 (patch) | |
tree | 494f696e0cc788aee47c5cbc4ef2e450dc990a31 /x11/fltk/Makefile | |
parent | 3ef4554c5c319927e84a11666673ccb869eceb9f (diff) | |
download | pkgsrc-3029e41c6e69a6a208fd177f8736c8b5d673c6a4.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 |