aboutsummaryrefslogtreecommitdiff
path: root/deskutils/krss
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/krss')
-rw-r--r--deskutils/krss/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/krss/Makefile b/deskutils/krss/Makefile
index 70e945e4aef3..082c9a07ada1 100644
--- a/deskutils/krss/Makefile
+++ b/deskutils/krss/Makefile
@@ -17,12 +17,13 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
png:${PORTSDIR}/graphics/png
+USE_REINPLACE= yes
USE_KDEBASE_VER= 2
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAKE_ENV= ${CONFIGURE_ENV}
post-patch:
- @${PERL} -pi -e "s,-lqt,-lqt2,g" ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s,-lqt,-lqt2,g" ${WRKSRC}/configure
.include <bsd.port.mk>