diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-22 19:26:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-22 19:26:10 +0000 |
commit | b079afe3d1cd7a84d3a507e68384c2353719eacf (patch) | |
tree | 1925140e088d8a3b3192ec2efb3ae0215e7d5b65 /audio/madman | |
parent | 17070e17b032ac7aee736b824c75f12a1094ec5e (diff) | |
download | pkgsrc-b079afe3d1cd7a84d3a507e68384c2353719eacf.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'audio/madman')
-rw-r--r-- | audio/madman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/madman/Makefile b/audio/madman/Makefile index a802d8bea5a..bce5bf2126f 100644 --- a/audio/madman/Makefile +++ b/audio/madman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/04/17 13:46:16 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2006/05/22 19:26:10 wiz Exp $ DISTNAME= madman-0.93 PKGREVISION= 6 @@ -11,6 +11,7 @@ COMMENT= Powerful audio manager for large collections BUILD_DEPENDS+= scons>=0.96:../../devel/scons +USE_LANGUAGES= c c++ GCC_REQD+= 3.0 INSTALLATION_DIRS= bin |