diff options
author | wiz <wiz> | 2007-02-22 19:30:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-22 19:30:02 +0000 |
commit | fb5dc431a7711f32a2f31f78895eb8e04fcdfe44 (patch) | |
tree | 030b3d92bb08524e5b2e5325ab25aa34929f271d /audio/maplay | |
parent | 0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (diff) | |
download | pkgsrc-fb5dc431a7711f32a2f31f78895eb8e04fcdfe44.tar.gz |
pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.
Diffstat (limited to 'audio/maplay')
-rw-r--r-- | audio/maplay/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index 108f02fa1c2..5acc15776c5 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2006/05/24 11:47:12 tonio Exp $ +# $NetBSD: Makefile,v 1.20 2007/02/22 19:30:03 wiz Exp $ -DISTNAME= maplay1_2 +DISTNAME= maplay1_2 PKGNAME= maplay-1.2 PKGREVISION= 1 CATEGORIES= audio @@ -12,7 +12,7 @@ COMMENT= MPEG audio player/decoder for layer I and II MPEG audio streams WRKSRC= ${WRKDIR} -USE_LANGUAGES+= c++ +USE_LANGUAGES= c++ NOT_FOR_PLATFORM= Interix-*-* pre-configure: |