summaryrefslogtreecommitdiff
path: root/cad/dinotrace
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-07-24 19:45:22 +0000
committerjlam <jlam@pkgsrc.org>2002-07-24 19:45:22 +0000
commite1be891dbc856679f71ca61e065fc63be575f829 (patch)
tree8d3205091ef102f873815aafda1fc32447c8b6c2 /cad/dinotrace
parent84ec437ca0fb286b090effe245add1fd54c91295 (diff)
downloadpkgsrc-e1be891dbc856679f71ca61e065fc63be575f829.tar.gz
Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
Diffstat (limited to 'cad/dinotrace')
-rw-r--r--cad/dinotrace/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile
index ab7d84887b7..b51c1a3ff16 100644
--- a/cad/dinotrace/Makefile
+++ b/cad/dinotrace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2002/04/23 02:08:51 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2002/07/24 19:45:22 jlam Exp $
#
DISTNAME= dinotrace-9.1g
@@ -9,13 +9,12 @@ 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
USE_X11BASE= YES
GNU_CONFIGURE= YES
+USE_PERL5= build
.include "../../mk/motif.buildlink.mk"
.include "../../mk/x11.buildlink.mk"