diff options
author | kris <kris@FreeBSD.org> | 2002-06-08 05:30:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-06-08 05:30:47 +0800 |
commit | 9f95e18bb249ca24fd4176dbbb57a425ff47171e (patch) | |
tree | db2733e679e3defcb22e400c0a0e60f07cbaa213 /Mk/bsd.port.mk | |
parent | fd2b0cabb2551bd4816b990e9fc5c76dbc430852 (diff) | |
download | freebsd-ports-gnome-9f95e18bb249ca24fd4176dbbb57a425ff47171e.tar.gz freebsd-ports-gnome-9f95e18bb249ca24fd4176dbbb57a425ff47171e.tar.zst freebsd-ports-gnome-9f95e18bb249ca24fd4176dbbb57a425ff47171e.zip |
5.0-CURRENT no longer includes perl in the base system; don't expect
to find it there. Also remove a redundant comment.
Submitted by: des, obrien
Diffstat (limited to 'Mk/bsd.port.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." |