diff options
author | mrauch <mrauch@pkgsrc.org> | 2004-02-14 17:39:29 +0000 |
---|---|---|
committer | mrauch <mrauch@pkgsrc.org> | 2004-02-14 17:39:29 +0000 |
commit | 6be590c66a9f70747ae3e5e6fd0a694a9cb888de (patch) | |
tree | f99befc08d428f62b8ff67bf9ba92f6450e9a94d /devel/stlport | |
parent | 18bef4619b560098167a8b95f51515559490fce0 (diff) | |
download | pkgsrc-6be590c66a9f70747ae3e5e6fd0a694a9cb888de.tar.gz |
This package also needs plain C.
Diffstat (limited to 'devel/stlport')
-rw-r--r-- | devel/stlport/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index e3f6779de5a..ae61cbe4e5e 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/02/02 13:02:49 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2004/02/14 17:39:29 mrauch Exp $ DISTNAME= STLport-4.6 PKGNAME= stlport-4.6 @@ -12,7 +12,7 @@ COMMENT= Complete C++ standard library USE_BUILDLINK2= # defined USE_GNU_TOOLS+= make USE_LIBTOOL= # defined -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ NO_CONFIGURE= # defined BUILD_DIRS= ${WRKSRC}/src |