diff options
author | grant <grant@pkgsrc.org> | 2004-06-15 12:40:25 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-15 12:40:25 +0000 |
commit | 2d94d13f5ab994488a51f14dd68432a98b48632c (patch) | |
tree | ddc46769f63460d9a1a43d26f38ec2d71ffc5b1a /graphics/clanlib/Makefile | |
parent | 668896efb8973c48d70876a998fc96db6f76bef7 (diff) | |
download | pkgsrc-2d94d13f5ab994488a51f14dd68432a98b48632c.tar.gz |
this uses a c++ compiler.
Diffstat (limited to 'graphics/clanlib/Makefile')
-rw-r--r-- | graphics/clanlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile index afee40d36b2..463e3591f3c 100644 --- a/graphics/clanlib/Makefile +++ b/graphics/clanlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/04/18 05:33:14 snj Exp $ +# $NetBSD: Makefile,v 1.37 2004/06/15 12:42:20 grant Exp $ DISTNAME= ClanLib-0.4.4 PKGREVISION= 5 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.clanlib.org/ COMMENT= The ClanLib Game SDK USE_BUILDLINK3= yes +USE_LANGUAGES= c++ USE_X11BASE= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes |