diff options
Diffstat (limited to 'cad/dinotrace')
-rw-r--r-- | cad/dinotrace/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index 5652a2f317a..95bc1a98fd2 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/09/12 02:27:55 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/10/17 02:23:19 jlam Exp $ # DISTNAME= dinotrace-9.1d @@ -9,6 +9,8 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.veripool.com/dinotrace/ COMMENT= tool for viewing the output of digital simulators +BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 + INFO_FILES= dinotrace.info USE_BUILDLINK_ONLY= YES |