diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-01 15:07:31 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-01 15:07:31 +0000 |
commit | c91d0249ddb36b9fe4d92a83d35306a1b7dce90b (patch) | |
tree | fecf3f68ea9a9b5ae728e158fb1edf1e6465fa63 /mail/thunderbird | |
parent | 7fb97380c1116e7ce0df4b4c265f26078f8f67f4 (diff) | |
download | ports-c91d0249ddb36b9fe4d92a83d35306a1b7dce90b.tar.gz ports-c91d0249ddb36b9fe4d92a83d35306a1b7dce90b.zip |
Notes
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 81a7f00e3186..9b0b217abed6 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -25,6 +25,7 @@ BUILD_DEPENDS= nspr>=4.10.6:${PORTSDIR}/devel/nspr \ sqlite3>=3.8.4.2:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ + autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip @@ -34,7 +35,6 @@ EM_VERSION= 1.7.2 L_VERSION= 3.3.1.2 SSP_UNSAFE= yes -USE_AUTOTOOLS= autoconf213:env OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko USE_MOZILLA= # empty @@ -156,9 +156,9 @@ post-patch: .endif pre-configure: - (cd ${WRKSRC} && ${AUTOCONF}) - (cd ${MOZSRC} && ${AUTOCONF}) - (cd ${MOZSRC}/js/src/ && ${AUTOCONF}) + (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) + (cd ${MOZSRC} && ${LOCALBASE}/bin/autoconf-2.13) + (cd ${MOZSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13) .if ${PORT_OPTIONS:MENIGMAIL} post-configure: |