diff options
author | markd <markd@pkgsrc.org> | 2004-02-25 22:11:23 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-02-25 22:11:23 +0000 |
commit | bba9c6d32d38620eb9e9fc3bd5d98a42675ae3dc (patch) | |
tree | 73fc85645e85b2bae319fb14ef7800006a0118be /audio/arts | |
parent | 3d7a8c1cfef743fa7b7390e5e411644ce00cd388 (diff) | |
download | pkgsrc-bba9c6d32d38620eb9e9fc3bd5d98a42675ae3dc.tar.gz |
Remove "USE_LANGUAGES= c c++". Now set in Makefile.kde.
Diffstat (limited to 'audio/arts')
-rw-r--r-- | audio/arts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index f29fa3be514..36ada0799cb 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/02/22 10:56:26 markd Exp $ +# $NetBSD: Makefile,v 1.27 2004/02/25 22:11:23 markd Exp $ DISTNAME= arts-1.2.0 PKGREVISION= 1 @@ -10,7 +10,6 @@ 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 |