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 | ecfd9b2cf617a64f4e2290f08d5469249af9beb0 (patch) | |
tree | 73fc85645e85b2bae319fb14ef7800006a0118be /audio/arts | |
parent | db80489b29b1f6ee63456bf25ff0925bbb2a943a (diff) | |
download | pkgsrc-ecfd9b2cf617a64f4e2290f08d5469249af9beb0.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 |