diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-20 05:09:05 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-20 05:09:05 +0800 |
commit | d2919be3d6a2fa764d0cd004133fa2e886cf1cad (patch) | |
tree | 70c4f3384a7f64feb7f11874c5d5344886d9844b /math | |
parent | b57d6ab174b37a3ffbb81a345498a93e0c7e4772 (diff) | |
download | freebsd-ports-gnome-d2919be3d6a2fa764d0cd004133fa2e886cf1cad.tar.gz freebsd-ports-gnome-d2919be3d6a2fa764d0cd004133fa2e886cf1cad.tar.zst freebsd-ports-gnome-d2919be3d6a2fa764d0cd004133fa2e886cf1cad.zip |
add USE_REINPLACE= yes
Submitted by: pat
Diffstat (limited to 'math')
-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 |