diff options
Diffstat (limited to 'net/l2tpd')
-rw-r--r-- | net/l2tpd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/l2tpd/Makefile b/net/l2tpd/Makefile index 429f460c4e85..244cc9deead2 100644 --- a/net/l2tpd/Makefile +++ b/net/l2tpd/Makefile @@ -21,6 +21,10 @@ MAN8= l2tpd.8 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + do-configure: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/doc/l2tpd.8 \ ${WRKSRC}/doc/l2tpd.conf.sample ${WRKSRC}/doc/l2tp-secrets.5 \ |