diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-05-24 19:55:40 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-05-24 19:55:40 +0000 |
commit | ecef7679e39d93a1378eb108e86be4ce6a451fb3 (patch) | |
tree | f8b2788a392a43da766c4c982014006cd2099d1f /editors/openoffice.org-3-devel/Makefile | |
parent | f25472a74a0d55e0dfdfa2c6c7fa4e0591da2e96 (diff) | |
download | ports-ecef7679e39d93a1378eb108e86be4ce6a451fb3.tar.gz ports-ecef7679e39d93a1378eb108e86be4ce6a451fb3.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3-devel/Makefile')
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index e4b43d136581..ae6ce5e481ab 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -70,11 +70,11 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set FREEBSD_ENV_SET= FreeBSDX86Env.Set .endif -MILESTONE?= 46 +MILESTONE?= 47 OOOTAG?= DEV300_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} OOODIR= openoffice.org3 -SNAPDATE= 20090412 +SNAPDATE= 20090520 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} .if defined(WITH_CWS) @@ -130,6 +130,7 @@ LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl USE_BISON= build GNU_CONFIGURE= yes +USE_AUTOTOOLS= autoconf:262 #i101480# WRKSRC?= ${WRKDIR}/${OOOTAG} TCSH?= /bin/tcsh PKGMESSAGE= ${WRKDIR}/pkg-message |