aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-03 22:09:27 +0800
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-03 22:09:27 +0800
commita7f076f61ab9ac051ea65caa84420f817e9fd4ec (patch)
tree2b3c86e932fd416c3a2b84275717066711d80fef /net-p2p
parent217150816663fd727454c8c471edbd63ff4443e0 (diff)
downloadfreebsd-ports-a7f076f61ab9ac051ea65caa84420f817e9fd4ec.tar.gz
freebsd-ports-a7f076f61ab9ac051ea65caa84420f817e9fd4ec.tar.zst
freebsd-ports-a7f076f61ab9ac051ea65caa84420f817e9fd4ec.zip
- Fix build on alpha
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=102828
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/libbt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/libbt/Makefile b/net-p2p/libbt/Makefile
index e96c46a3a32d..d3a71047a3fb 100644
--- a/net-p2p/libbt/Makefile
+++ b/net-p2p/libbt/Makefile
@@ -27,7 +27,7 @@ USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
- @${REINPLACE_CMD} -e 's|\(makedepend --\)|\1 \@CPPFLAGS\@|' ${WRKSRC}/src/Makefile.in
+ @${REINPLACE_CMD} -e 's|depend||' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|\(CFLAGS:=\)|\1\@CFLAGS\@|' ${WRKSRC}/src/Makefile.in
do-install: