aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/pppd23/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/pppd23/Makefile b/net/pppd23/Makefile
index 3a264e724fd1..d3c2453930be 100644
--- a/net/pppd23/Makefile
+++ b/net/pppd23/Makefile
@@ -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>