Date: Fri, 16 Dec 2016 13:50:50 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428681 - in head: mail/thunderbird www/seamonkey Message-ID: <201612161350.uBGDooJw012964@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Dec 16 13:50:50 2016 New Revision: 428681 URL: https://svnweb.freebsd.org/changeset/ports/428681 Log: Drop unused variable after r428672 Modified: head/mail/thunderbird/Makefile (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Fri Dec 16 13:48:37 2016 (r428680) +++ head/mail/thunderbird/Makefile Fri Dec 16 13:50:50 2016 (r428681) @@ -64,8 +64,6 @@ OPTIONS_DEFAULT=BUNDLED_CAIRO CANBERRA G WRKSRC:= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MOZSRC:= ${WRKSRC}/mozilla -XPI_LIBDIR= ${PREFIX}/lib/xpi - .if ${PORT_OPTIONS:MLIGHTNING} MOZ_OPTIONS+= --enable-calendar .else Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Fri Dec 16 13:48:37 2016 (r428680) +++ head/www/seamonkey/Makefile Fri Dec 16 13:50:50 2016 (r428681) @@ -59,8 +59,6 @@ LDAP_DESC?= LDAP support for Mailnews WRKSRC:= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MOZSRC:= ${WRKSRC}/mozilla -XPI_LIBDIR= ${PREFIX}/lib/xpi - .if ! ${PORT_OPTIONS:MLDAP} MOZ_OPTIONS+= --disable-ldap .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612161350.uBGDooJw012964>