From 6ec308f6bb198b7f5425dd1d47973f17c2387289 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 6 Oct 2002 09:13:24 +0000 Subject: Unbreak this port by correcting REINPLACE_CMD invocations. Submitted by: Kuang-che Wu (maintainer) PR: ports/43737 --- math/kseg/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'math/kseg') diff --git a/math/kseg/Makefile b/math/kseg/Makefile index 1a267d3..fbb09c4 100644 --- a/math/kseg/Makefile +++ b/math/kseg/Makefile @@ -12,15 +12,13 @@ MASTER_SITES= http://www.mit.edu/~ibaran/ MAINTAINER= kcwu@ck.tp.edu.tw -BROKEN= "Does not compile" - USE_QT_VER= 2 USE_X_PREFIX= yes USE_REINPLACE= yes pre-configure: - ${REINPLACE_CMD} -e "s@\\$$\(QTDIR\)/include@${PREFIX}/include/qt2@" ${WRKSRC}/Makefile ${WRKSRC}/formula/Makefile - ${REINPLACE_CMD} -e "s@\\$$\(QTDIR\)/lib -lqt@${PREFIX}/lib -lqt2@" ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e "s@\\$$(QTDIR)/include@${PREFIX}/include/qt2@" ${WRKSRC}/Makefile ${WRKSRC}/formula/Makefile + ${REINPLACE_CMD} -e "s@\\$$(QTDIR)/lib -lqt@${PREFIX}/lib -lqt2@" ${WRKSRC}/Makefile ${REINPLACE_CMD} -e "s@^MOC =.*@MOC = ${MOC}@" ${WRKSRC}/Makefile ${WRKSRC}/formula/Makefile ${REINPLACE_CMD} -e 's@"LanguageDir", "\."@"LanguageDir", "${PREFIX}/share/doc/kseg"@' ${WRKSRC}/main.cpp -- cgit v1.1