diff options
author | markd <markd@pkgsrc.org> | 2004-02-22 10:56:26 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-02-22 10:56:26 +0000 |
commit | baceb644ee8f48d757687d4c1c30be35f85430d0 (patch) | |
tree | ecad8f9339ab763155e77a7f7a7bfa9d0d46d136 /audio | |
parent | aa146d912294959b705b970d580077b0de8a801f (diff) | |
download | pkgsrc-baceb644ee8f48d757687d4c1c30be35f85430d0.tar.gz |
USE_LANGUAGES= c c++
Diffstat (limited to 'audio')
-rw-r--r-- | audio/arts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index de06082d9d2..f29fa3be514 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/02/14 17:21:32 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2004/02/22 10:56:26 markd Exp $ DISTNAME= arts-1.2.0 PKGREVISION= 1 @@ -10,6 +10,7 @@ COMMENT= Analog Real-Time Synthesizer CONFLICTS+= kdelibs-2* USE_BUILDLINK2= yes +USE_LANGUAGES= c c++ USE_PERL5= build BUILD_DEPENDS+= pkgconfig>=0.15.0:../../devel/pkgconfig |