Date: Thu, 23 Oct 2014 19:48:31 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1744 - trunk/mail/thunderbird Message-ID: <201410231948.s9NJmVeo070369@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Oct 23 19:48:30 2014
New Revision: 1744
Log:
unbreak thunderbird
Modified:
trunk/mail/thunderbird/Makefile
Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile Thu Oct 23 19:48:24 2014 (r1743)
+++ trunk/mail/thunderbird/Makefile Thu Oct 23 19:48:30 2014 (r1744)
@@ -72,6 +72,11 @@
XPI_LIBDIR= ${PREFIX}/lib/xpi
+.if ${PORTVERSION:R:R} < 33
+CONFIGURE_TARGET:=${CONFIGURE_TARGET:S/portbld/unknown/}
+MOZ_OPTIONS:= ${MOZ_OPTIONS:N${CONFIGURE_TARGET}}
+.endif
+
.if ${PORT_OPTIONS:MALSA}
RUN_DEPENDS+= alsa-lib>=1.0.27.2_1:${PORTSDIR}/audio/alsa-lib
.endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410231948.s9NJmVeo070369>
