[SVN-Commit] r1744 - trunk/mail/thunderbird

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Thu Oct 23 19:48:38 UTC 2014


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


More information about the freebsd-gecko mailing list