diff options
author | Ed Schouten <ed@FreeBSD.org> | 2010-01-19 21:46:31 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-19 21:46:31 +0000 |
commit | b80baec8b1fa892cc3743305fefd2d198b4a03cb (patch) | |
tree | e17c5dcb4132c6a5cba43ad4449e0efa8f99f03e /net | |
parent | b0cdef085a120dc444607dd951c3c0f0cf868f9b (diff) | |
download | ports-b80baec8b1fa892cc3743305fefd2d198b4a03cb.tar.gz ports-b80baec8b1fa892cc3743305fefd2d198b4a03cb.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/pppd23/Makefile | 8 |
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> |