summaryrefslogtreecommitdiff
path: root/net/l2tpd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 18:47:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 18:47:46 +0000
commit7a6f05bb7a8bb1b61be9d31f94f2221a0c91e600 (patch)
tree2b79da66f460b2ce052979250e49c8865277ad58 /net/l2tpd
parentBROKEN: Conflicting dependencies (linux_base 7.x and 8.x) (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118258
Diffstat (limited to 'net/l2tpd')
-rw-r--r--net/l2tpd/Makefile4
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 \