diff options
author | jlam <jlam> | 2001-10-17 02:23:19 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-17 02:23:19 +0000 |
commit | 0d8f454c45e06ecbc28d06f81acb9f9c68f4600a (patch) | |
tree | 12f9618700b412741249e617c8a6c1f4c3117270 /cad | |
parent | 77acb2344fd0c44f11963082ecfd141bd5fc3fab (diff) | |
download | pkgsrc-0d8f454c45e06ecbc28d06f81acb9f9c68f4600a.tar.gz |
Build uses perl to generate some important headers.
Diffstat (limited to 'cad')
-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 |