diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-06-07 21:30:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-06-07 21:30:47 +0000 |
commit | 700aa0f16e1df664a6f7a1ef0f5196eb966bcd56 (patch) | |
tree | 0699a35ad6adff705d82887c940de5772f399424 /Mk | |
parent | ee10b33065d44f627c4fdb88e618eeb8d78e1cd1 (diff) | |
download | ports-700aa0f16e1df664a6f7a1ef0f5196eb966bcd56.tar.gz ports-700aa0f16e1df664a6f7a1ef0f5196eb966bcd56.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 3c4e44f9bf9f..bd8676c091f4 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1003,8 +1003,7 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ PERL_VER=${PERL_VER} \ PERL_ARCH=${PERL_ARCH} -.if exists(/usr/bin/perl5) && ${OSVERSION} >= 300000 -# 3.0-current after perl5 import +.if exists(/usr/bin/perl5) && ${OSVERSION} >= 300000 && ${OSVERSION} < 500036 .if !exists(/usr/bin/perl${PERL_VERSION}) && defined(USE_PERL5) pre-everything:: @${ECHO_CMD} "Error: you don't have the right version of perl in /usr/bin." |