1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

Disable pppd23 on OSVERSION 800045 or higher.

This pppd depends on the PPP line discipline, which is gone as of 8.0.

Approved by:	Valentin Nechayev <netch netch kiev ua> (maintainer)
This commit is contained in:
Ed Schouten 2010-01-19 21:46:31 +00:00
parent b0cdef085a
commit b80baec8b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248168

View File

@ -20,4 +20,10 @@ GNU_CONFIGURE= yes
MAN8= pppd.8 pppstats.8 chat.8
MANCOMPRESSED= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800045
IGNORE= depends on PPPDISC, which is no longer available
.endif
.include <bsd.port.post.mk>