summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-06 09:13:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-06 09:13:24 +0000
commitdd9036d0078fc7c9c7710d01b13f4b3ea7ada83e (patch)
tree7b1fd87f10ae1eeb93f3217fa1aad213d2f2311f /math
parentUpgrade to 1.2.0. (diff)
Unbreak this port by correcting REINPLACE_CMD invocations.
Submitted by: Kuang-che Wu <kcwu@ck.tp.edu.tw> (maintainer) PR: ports/43737
Notes
Notes: svn path=/head/; revision=67472
Diffstat (limited to 'math')
-rw-r--r--math/kseg/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/math/kseg/Makefile b/math/kseg/Makefile
index 1a267d36125c..fbb09c4e9a4b 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