aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/libbt
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-03-03 22:09:27 +0800
committerkrion <krion@FreeBSD.org>2004-03-03 22:09:27 +0800
commit3bba1307da7e0cc3321daec9c225c1aca7fc1056 (patch)
treef48459d9efb61180acf65caee08ed2039ec3ef50 /net-p2p/libbt
parenta137c8922c5cf8d917cda2fb704a1c79f560ab8d (diff)
downloadfreebsd-ports-graphics-3bba1307da7e0cc3321daec9c225c1aca7fc1056.tar.gz
freebsd-ports-graphics-3bba1307da7e0cc3321daec9c225c1aca7fc1056.tar.zst
freebsd-ports-graphics-3bba1307da7e0cc3321daec9c225c1aca7fc1056.zip
- Fix build on alpha
Submitted by: maintainer
Diffstat (limited to 'net-p2p/libbt')
-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 e96c46a3a32..d3a71047a3f 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: