aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/lightning-thunderbird
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-07-24 17:03:22 +0800
committerpav <pav@FreeBSD.org>2008-07-24 17:03:22 +0800
commit4c826c99a1154bd48f1f80c11f41746b87b9e0c8 (patch)
treebe674dd42b65a764dda295bfec6ff3bc0dbdc29d /deskutils/lightning-thunderbird
parentec40fb1d72443f25b88b320bf6c8af613de09de3 (diff)
downloadfreebsd-ports-gnome-4c826c99a1154bd48f1f80c11f41746b87b9e0c8.tar.gz
freebsd-ports-gnome-4c826c99a1154bd48f1f80c11f41746b87b9e0c8.tar.zst
freebsd-ports-gnome-4c826c99a1154bd48f1f80c11f41746b87b9e0c8.zip
- Fix build: ${LIB_BZ2} is undefined, replace it with ${LIBBZ2} from
bsd.libnames.mk PR: ports/125712 Submitted by: Fico <federicogalvezdurand@yahoo.com> - While here, remove noop USE_GCC=3.4+
Diffstat (limited to 'deskutils/lightning-thunderbird')
-rw-r--r--deskutils/lightning-thunderbird/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/lightning-thunderbird/Makefile b/deskutils/lightning-thunderbird/Makefile
index 8274adb821e1..b9b5494fa139 100644
--- a/deskutils/lightning-thunderbird/Makefile
+++ b/deskutils/lightning-thunderbird/Makefile
@@ -19,7 +19,6 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Redesign of the Mozilla Calendar with XUL interface
USE_AUTOTOOLS= libtool:15
-USE_GCC= 3.4+
ALL_TARGET= default
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
HAS_CONFIGURE= yes
@@ -39,6 +38,8 @@ MOZ_OPTIONS= --enable-application=calendar \
--enable-canvas
MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar
+.include <bsd.init.mk>
+.include <bsd.libnames.mk>
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/mozilla/Makefile.common"
@@ -51,7 +52,7 @@ post-patch:
${FILESDIR}/sunbird.desktop.in >${WRKDIR}/sunbird.desktop
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
${WRKSRC}/security/manager/ssl/src/Makefile.in
- @${REINPLACE_CMD} -e 's|%%LIB_BZ2%%|${LIB_BZ2}|' \
+ @${REINPLACE_CMD} -e 's|%%LIB_BZ2%%|${LIBBZ2}|' \
${WRKSRC}/toolkit/mozapps/update/src/updater/Makefile.in
post-build: