diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-09-28 21:10:21 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-09-28 21:10:21 +0000 |
commit | 081a64336358c69802ecba7854dc4ded21623587 (patch) | |
tree | 8a77f75478247709fb4f33b1e9949045601944b5 /mail/thunderbird3/Makefile | |
parent | d3f023432b1ec7f1a3d2c243a2870e13d5936232 (diff) | |
download | ports-081a64336358c69802ecba7854dc4ded21623587.tar.gz ports-081a64336358c69802ecba7854dc4ded21623587.zip |
Notes
Diffstat (limited to 'mail/thunderbird3/Makefile')
-rw-r--r-- | mail/thunderbird3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile index 3fe690ad7ebd..8727dc0d0e5c 100644 --- a/mail/thunderbird3/Makefile +++ b/mail/thunderbird3/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ENV= LOCALBASE=${LOCALBASE} HAS_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes +USE_GECKO= gecko WANT_PERL= yes MOZ_EXTENSIONS= wallet,spellcheck,xmlextras,webservices,auth,transformiix @@ -43,7 +44,8 @@ OPTIONS= .include <bsd.port.pre.mk> -GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} +GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED +} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} .if (${ARCH}=="sparc64" && ${OSVERSION} < 601101) IGNORE= core dumps on ${ARCH}, kern.osreldate>=601101 needed @@ -88,5 +90,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/other-licenses/branding/${PORTNAME}/default.xpm \ ${PORTNAME_ICON} -.include "${PORTSDIR}/www/mozilla/Makefile.common" .include <bsd.port.post.mk> |