diff options
author | joerg <joerg@pkgsrc.org> | 2018-09-25 20:22:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2018-09-25 20:22:34 +0000 |
commit | e00920c0eb9c99b59e740dc112f856a7fb3ad95b (patch) | |
tree | c877831cec714de45de26d5d16ceb9d6f58d30be /games/quadrupleback | |
parent | c044f0eb6eb4c592f22dbc6aea166e7a0de4bc0a (diff) | |
download | pkgsrc-e00920c0eb9c99b59e740dc112f856a7fb3ad95b.tar.gz |
Not compatible with C++11.
Diffstat (limited to 'games/quadrupleback')
-rw-r--r-- | games/quadrupleback/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quadrupleback/Makefile b/games/quadrupleback/Makefile index 1e8a69afe75..f0813cace1e 100644 --- a/games/quadrupleback/Makefile +++ b/games/quadrupleback/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/09/04 18:00:55 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2018/09/25 20:22:34 joerg Exp $ DISTNAME= quadrupleback-0.1.0 CATEGORIES= games @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 USE_TOOLS+= pkg-config .include "../../devel/SDL_gfx/buildlink3.mk" |