summaryrefslogtreecommitdiff
path: root/games/violetland/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-06-18 12:34:22 +0000
committernia <nia@pkgsrc.org>2021-06-18 12:34:22 +0000
commit31ebc7444022bf64b2af6a8a3373602abee7e36f (patch)
treec887c9b4cd45b011ee6148cf84a94cb51dbd95c7 /games/violetland/Makefile
parentcb88cfb4a2fd93172def5e5c17ad91da8e523e37 (diff)
downloadpkgsrc-31ebc7444022bf64b2af6a8a3373602abee7e36f.tar.gz
violetland: remove bogus USE_LANGUAGES=c++03, fix build
Diffstat (limited to 'games/violetland/Makefile')
-rw-r--r--games/violetland/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/violetland/Makefile b/games/violetland/Makefile
index 638e8d59771..d238d4d677b 100644
--- a/games/violetland/Makefile
+++ b/games/violetland/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/04/21 13:24:43 adam Exp $
+# $NetBSD: Makefile,v 1.19 2021/06/18 12:34:22 nia Exp $
DISTNAME= violetland-0.5-source-with-dependencies
GITHUB_RELEASE= ${PKGVERSION_NOREV}
@@ -14,7 +14,7 @@ COMMENT= Help a girl by name of Violet to struggle with monsters
LICENSE= gnu-gpl-v3 AND cc-by-sa-v3.0
USE_CMAKE= yes
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c c++
USE_TOOLS+= xgettext
.include "../../audio/SDL_mixer/buildlink3.mk"