diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-12-11 04:13:24 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-12-11 04:13:24 +0000 |
commit | ed3508b899553809bacc71c325c7bdcaabc42f4f (patch) | |
tree | 1b7f6fef1f1d47ced464922183d833aad914b2e0 /cad/qcad/Makefile | |
parent | 83d9c8e0e72350a1f163773ff600ab0bf0e72b45 (diff) |
Fix build on both, 4 and 5
Fix pkg-plist
Notes
Notes:
svn path=/head/; revision=95584
Diffstat (limited to 'cad/qcad/Makefile')
-rw-r--r-- | cad/qcad/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index e214aaab6f29..2c3617263266 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -24,7 +24,8 @@ QTDIR?= ${X11BASE} USE_QT_VER= 3 USE_REINPLACE= yes USE_GMAKE= yes -MAKE_ENV= QTDIR="${QTDIR}" QMAKESPEC="${X11BASE}/share/qt/mkspecs/freebsd-g++" +MAKE_ENV= QTDIR="${QTDIR}" MAKE="${GMAKE}" \ + QMAKESPEC="${X11BASE}/share/qt/mkspecs/freebsd-g++" .include <bsd.port.pre.mk> @@ -41,7 +42,7 @@ CFLAGS+= -O0 # -spec ${X11BASE}/share/qt/mkspecs/freebsd-g++ qcad.pro do-build: - cd ${WRKSRC}/scripts && ${SETENV} ${MAKE_ENV} {SH} ./build_qcad.sh + cd ${WRKSRC}/scripts && ${SETENV} ${MAKE_ENV} ${SH} ./build_qcad.sh do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qcad/qcad ${PREFIX}/bin/qcad |