diff options
author | 1997-12-02 11:11:57 +0000 | |
---|---|---|
committer | 1997-12-02 11:11:57 +0000 | |
commit | 096c700803e32be2aec3df8ff139b6eba0045334 (patch) | |
tree | daa46f84cf771816f4e143d86274ebc7b2b77016 | |
parent | rewrite using mandoc macros; add an examples section. (diff) | |
download | wireguard-openbsd-096c700803e32be2aec3df8ff139b6eba0045334.tar.xz wireguard-openbsd-096c700803e32be2aec3df8ff139b6eba0045334.zip |
We have perl5 in-tree
-rw-r--r-- | share/mk/bsd.port.mk | 11 |
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" |