diff options
author | tonio <tonio> | 2006-05-24 11:47:12 +0000 |
---|---|---|
committer | tonio <tonio> | 2006-05-24 11:47:12 +0000 |
commit | aee641a3c5ac6c05f736ea43129abcdd67b74b59 (patch) | |
tree | b969d4ef7622214796fe88cabeac2b2b1e9b85f4 /audio/maplay | |
parent | 9cc79741802b4953dbde3531407e9cfdb94fc7cd (diff) | |
download | pkgsrc-aee641a3c5ac6c05f736ea43129abcdd67b74b59.tar.gz |
Add USE_LANGUAGES+= c++ as noted by Gilles Dauphin in PR 33541
Diffstat (limited to 'audio/maplay')
-rw-r--r-- | audio/maplay/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index 34559e655dd..108f02fa1c2 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/04 21:28:57 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/05/24 11:47:12 tonio Exp $ DISTNAME= maplay1_2 PKGNAME= maplay-1.2 @@ -12,6 +12,7 @@ COMMENT= MPEG audio player/decoder for layer I and II MPEG audio streams WRKSRC= ${WRKDIR} +USE_LANGUAGES+= c++ NOT_FOR_PLATFORM= Interix-*-* pre-configure: |