summaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-12-02 11:11:58 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-12-02 11:11:58 +0000
commit83af8260af85994275ce19d0db96c49f3c077b99 (patch)
treef77304aec93dd646ca197f6da3e67db54ce54e79 /share/mk
parentfe94ce14338ccdeeb10d2c9a0c4be60b052bbeed (diff)
We have perl5 in-tree
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.port.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index cd723c6e6c3..7803c52eabe 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -1,6 +1,6 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
-# $OpenBSD: bsd.port.mk,v 1.14 1997/09/21 10:58:41 niklas Exp $
+# $OpenBSD: bsd.port.mk,v 1.15 1997/12/02 11:11:57 niklas Exp $
# $NetBSD: $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
@@ -403,10 +403,11 @@ RUN_DEPENDS+= ${EXEC_DEPENDS}
.if defined(USE_GMAKE)
BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake
.endif
-.if defined(USE_PERL5)
-BUILD_DEPENDS+= perl5.00401:${PORTSDIR}/lang/perl5
-RUN_DEPENDS+= perl5.00401:${PORTSDIR}/lang/perl5
-.endif
+# OpenBSD has perl5 in-tree
+#.if defined(USE_PERL5)
+#BUILD_DEPENDS+= perl5.00401:${PORTSDIR}/lang/perl5
+#RUN_DEPENDS+= perl5.00401:${PORTSDIR}/lang/perl5
+#.endif
.if exists(${PORTSDIR}/../Makefile.inc)
.include "${PORTSDIR}/../Makefile.inc"