diff options
author | jlam <jlam> | 2004-02-11 02:05:14 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-11 02:05:14 +0000 |
commit | b3d2b6d99678cf327a1d4604361606384ffcf48f (patch) | |
tree | 7c872f3ea0a97e887a029026bf6ed5a3916bb3d9 /graphics | |
parent | 3d1e5e42136051e2223b273bd67a7fa3d774f39f (diff) | |
download | pkgsrc-b3d2b6d99678cf327a1d4604361606384ffcf48f.tar.gz |
This packages uses C++.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/MesaDemos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/MesaDemos/Makefile b/graphics/MesaDemos/Makefile index 3382efba4e9..3a7b4730038 100644 --- a/graphics/MesaDemos/Makefile +++ b/graphics/MesaDemos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/02/11 02:03:41 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2004/02/11 02:05:14 jlam Exp $ # PKGNAME= MesaDemos-${MESA_VERSION} @@ -10,7 +10,7 @@ DISTINFO_FILE= ${.CURDIR}/distinfo .include "../Mesa/Makefile.common" USE_BUILDLINK3= yes - +USE_LANGUAGES= c c++ MAKE_FLAGS+= LIB_DEP="" pre-build: |