aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/libbt
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-10 23:38:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-10 23:38:38 +0000
commita7853512bbbd9d21918b9fa86798f909f5386a00 (patch)
tree4cf665cdd4cc6dd6f47cf7bbac39ad20618da494 /net-p2p/libbt
parent2c96fa2beb67f765f6c250564c9ba29c1c0943d1 (diff)
downloadports-a7853512bbbd9d21918b9fa86798f909f5386a00.tar.gz
ports-a7853512bbbd9d21918b9fa86798f909f5386a00.zip
BROKEN on 7.0: Does not compile
Notes
Notes: svn path=/head/; revision=172734
Diffstat (limited to 'net-p2p/libbt')
-rw-r--r--net-p2p/libbt/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/libbt/Makefile b/net-p2p/libbt/Makefile
index 535b1c38f3cc..2fd16cdab973 100644
--- a/net-p2p/libbt/Makefile
+++ b/net-p2p/libbt/Makefile
@@ -23,6 +23,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
PORTDOCS= protocol-ext.txt protocol.txt
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700019
+BROKEN= Does not compile on FreeBSD >= 7.0
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|depend||' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|\(CFLAGS:=\)|\1\@CFLAGS\@ \@CPPFLAGS\@ |' ${WRKSRC}/src/Makefile.in
@@ -45,4 +51,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>