diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-02-02 08:12:19 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-02-02 08:12:19 +0000 |
commit | db0bda26b8278cccdd14c789a315b19aa0faf54c (patch) | |
tree | a885526b800facc11be0435979514f1afc7134f5 /editors/openoffice.org-vcltesttool/Makefile | |
parent | fb67dd0aaf92e0a9dc72dddbc33e7692fc276a0c (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-vcltesttool/Makefile')
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index c2d37487ebf5..0c81d4c68a21 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -71,10 +71,10 @@ FREEBSD_ENV_SET= FreeBSDX86Env.Set .endif CODELINE= 680 -MILESTONE?= 243 +MILESTONE?= 245 OOOTAG?= SRC680_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} -SNAPDATE= 20080122 +SNAPDATE= 20080202 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} .if defined(WITH_CWS) @@ -116,7 +116,8 @@ OOOCXX= ${CXX} .endif CONFIGURE_ENV+= CC="${OOOCC}" CXX="${OOOCXX}" \ CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + PATH=${WRKSRC}/solenv/bin:$$PATH BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ |