diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-06 09:13:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-06 09:13:24 +0000 |
commit | dd9036d0078fc7c9c7710d01b13f4b3ea7ada83e (patch) | |
tree | 7b1fd87f10ae1eeb93f3217fa1aad213d2f2311f /math/kseg/Makefile | |
parent | 04f3239a847e8127083cf3614724b828a3796dec (diff) | |
download | ports-dd9036d0078fc7c9c7710d01b13f4b3ea7ada83e.tar.gz ports-dd9036d0078fc7c9c7710d01b13f4b3ea7ada83e.zip |
Notes
Diffstat (limited to 'math/kseg/Makefile')
-rw-r--r-- | math/kseg/Makefile | 6 |
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 |