summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/libsidplay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile
index a30c996ad76..de68361f12b 100644
--- a/audio/libsidplay/Makefile
+++ b/audio/libsidplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2017/08/16 20:21:03 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2018/02/05 16:10:25 jperkin Exp $
#
DISTNAME= libsidplay-1.36.59
@@ -17,6 +17,6 @@ CONFLICTS= sidplay-1.36.*
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
.include "../../mk/bsd.pkg.mk"