diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-03 14:09:27 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-03 14:09:27 +0000 |
commit | a7f076f61ab9ac051ea65caa84420f817e9fd4ec (patch) | |
tree | 2b3c86e932fd416c3a2b84275717066711d80fef /net-p2p | |
parent | 217150816663fd727454c8c471edbd63ff4443e0 (diff) | |
download | ports-a7f076f61ab9ac051ea65caa84420f817e9fd4ec.tar.gz ports-a7f076f61ab9ac051ea65caa84420f817e9fd4ec.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libbt/Makefile | 2 |
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: |