diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-10-17 04:15:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-10-17 04:15:20 +0800 |
commit | fa91852442747f88ffe004ad1b5d05c3ed2d308a (patch) | |
tree | 73ffa9fbb319c683db8ccb968bcb386d4c8f14e9 /net/l2tpd/Makefile | |
parent | d98af036d8b3c7137721aa688723784bd99214ef (diff) | |
download | freebsd-ports-gnome-fa91852442747f88ffe004ad1b5d05c3ed2d308a.tar.gz freebsd-ports-gnome-fa91852442747f88ffe004ad1b5d05c3ed2d308a.tar.zst freebsd-ports-gnome-fa91852442747f88ffe004ad1b5d05c3ed2d308a.zip |
Unbroke - new gcc now doesn't accept unterminated milti-line strings.
Diffstat (limited to 'net/l2tpd/Makefile')
-rw-r--r-- | net/l2tpd/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/l2tpd/Makefile b/net/l2tpd/Makefile index 98e10c1dc5fd..429f460c4e85 100644 --- a/net/l2tpd/Makefile +++ b/net/l2tpd/Makefile @@ -21,10 +21,6 @@ MAN8= l2tpd.8 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - do-configure: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/doc/l2tpd.8 \ ${WRKSRC}/doc/l2tpd.conf.sample ${WRKSRC}/doc/l2tp-secrets.5 \ |