diff options
author | grant <grant> | 2004-06-15 12:40:25 +0000 |
---|---|---|
committer | grant <grant> | 2004-06-15 12:40:25 +0000 |
commit | 8b17ac084ecc22e4b9ff9106498153b9dd893cb0 (patch) | |
tree | ddc46769f63460d9a1a43d26f38ec2d71ffc5b1a | |
parent | a10778221f6c6cd24aab1431bac884f4b6a5acc3 (diff) | |
download | pkgsrc-8b17ac084ecc22e4b9ff9106498153b9dd893cb0.tar.gz |
this uses a c++ compiler.
-rw-r--r-- | graphics/clanlib/Makefile | 3 | ||||
-rw-r--r-- | graphics/libvideogfx/Makefile | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/graphics/libvideogfx/Makefile b/graphics/libvideogfx/Makefile index 33d56af414a..92da51bfe11 100644 --- a/graphics/libvideogfx/Makefile +++ b/graphics/libvideogfx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/04/25 01:04:36 snj Exp $ +# $NetBSD: Makefile,v 1.6 2004/06/15 12:40:25 grant Exp $ # DISTNAME= libvideogfx-1.0.3 @@ -12,6 +12,7 @@ HOMEPAGE= \ COMMENT= C++ library for low-level video processing USE_BUILDLINK3= YES +USE_LANGUAGES= c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES USE_X11= yes |