diff options
-rw-r--r-- | audio/arts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index 98fea14f74b..f1ed399166f 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2005/05/31 14:04:13 markd Exp $ +# $NetBSD: Makefile,v 1.43 2005/05/31 21:46:38 rillig Exp $ DISTNAME= arts-1.4.1 CATEGORIES= audio @@ -9,7 +9,7 @@ COMMENT= Analog Real-Time Synthesizer CONFLICTS+= kdelibs-2* -USE_PERL5= build +USE_TOOLS+= perl # Ensure we export symbols in the linked shared object. LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} |