aboutsummaryrefslogtreecommitdiff
path: root/net/libbt
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-18 11:52:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-18 11:52:28 +0000
commit1f858a88b8c4582f7ddd18aaca41f00311edaa60 (patch)
tree732f7231ac1966e881e297c407222c877c8ec628 /net/libbt
parentd502556778e9ba9d95463b3abb5ac94ebada507e (diff)
downloadports-1f858a88b8c4582f7ddd18aaca41f00311edaa60.tar.gz
ports-1f858a88b8c4582f7ddd18aaca41f00311edaa60.zip
Notes
Diffstat (limited to 'net/libbt')
-rw-r--r--net/libbt/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/libbt/Makefile b/net/libbt/Makefile
index d3a71047a3fb..307b717ccccc 100644
--- a/net/libbt/Makefile
+++ b/net/libbt/Makefile
@@ -26,6 +26,12 @@ USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|depend||' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|\(CFLAGS:=\)|\1\@CFLAGS\@|' ${WRKSRC}/src/Makefile.in
@@ -46,4 +52,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/docs/protocol.txt ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>