summaryrefslogtreecommitdiff
path: root/audio/arts/Makefile
diff options
context:
space:
mode:
authorskrll <skrll>2002-06-03 14:40:16 +0000
committerskrll <skrll>2002-06-03 14:40:16 +0000
commit4e60c1e99b60e97111aae7d7bc582b92010ef08a (patch)
tree8fee5b2fc2f179f6517d9af4b6495888cafd27cc /audio/arts/Makefile
parent2f7d6cb1056dc70ccb417642c122939e5f3951d7 (diff)
downloadpkgsrc-4e60c1e99b60e97111aae7d7bc582b92010ef08a.tar.gz
perl is used in the build so add a BUILD_DEPENDs
Diffstat (limited to 'audio/arts/Makefile')
-rw-r--r--audio/arts/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
index 0c38b69ffa2..d4e5a3c17ce 100644
--- a/audio/arts/Makefile
+++ b/audio/arts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 15:02:58 skrll Exp $
+# $NetBSD: Makefile,v 1.2 2002/06/03 14:40:16 skrll Exp $
DISTNAME= arts-1.0.1
CATEGORIES= audio
@@ -12,6 +12,7 @@ USE_BUILDLINK_ONLY= yes
LIBTOOL_OVERRIDE+= ${WRKSRC}/libltdl/libtool
+BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
USE_PTHREAD= native pth-syscall
.include "../../mk/bsd.prefs.mk"