diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-19 21:09:05 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-19 21:09:05 +0000 |
commit | 07916e5fe61de7dfa8e30dc20a6b8baf1bccec50 (patch) | |
tree | 70e86981caac3f638a944eadf27355e7a9469af4 /math/kseg | |
parent | 86176e7d19904f616b026e949291b28abdd97ddb (diff) | |
download | ports-07916e5fe61de7dfa8e30dc20a6b8baf1bccec50.tar.gz ports-07916e5fe61de7dfa8e30dc20a6b8baf1bccec50.zip |
Notes
Diffstat (limited to 'math/kseg')
-rw-r--r-- | math/kseg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/kseg/Makefile b/math/kseg/Makefile index d830dbd1102d..07c227e4bb37 100644 --- a/math/kseg/Makefile +++ b/math/kseg/Makefile @@ -14,6 +14,7 @@ MAINTAINER= kcwu@ck.tp.edu.tw 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 |