summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-02-02 08:12:19 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-02-02 08:12:19 +0000
commitdb0bda26b8278cccdd14c789a315b19aa0faf54c (patch)
treea885526b800facc11be0435979514f1afc7134f5 /editors/openoffice.org-2-devel/Makefile
parentUpgrade ftp/wget from 1.10.2 to 1.11. (diff)
Update to SRC680_m245.
Notes
Notes: svn path=/head/; revision=206623
Diffstat (limited to 'editors/openoffice.org-2-devel/Makefile')
-rw-r--r--editors/openoffice.org-2-devel/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile
index c2d37487ebf5..0c81d4c68a21 100644
--- a/editors/openoffice.org-2-devel/Makefile
+++ b/editors/openoffice.org-2-devel/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 \