diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-10-24 20:54:41 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-10-24 20:54:41 +0000 |
commit | 3cfe91b048fb2f39f7b34547ce0361ed197f4a08 (patch) | |
tree | 81a7c2a537331dd90df9034f1b334f0fe535c5c6 /www/seamonkey/Makefile | |
parent | b3d885a0022ab3c97a71f83af3936f2541ccb4e5 (diff) |
Notes
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 44cbb18b28c4..9ac22f7e802c 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -3,6 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.21 +PORTREVISION= 1 CATEGORIES?= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} @@ -19,7 +20,7 @@ BUILD_DEPENDS= nspr>=4.10:${PORTSDIR}/devel/nspr \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l -EM_VERSION= 1.5.2 +EM_VERSION= 1.6 L_VERSION= 2.6b3 USE_AUTOTOOLS= autoconf213:env @@ -84,10 +85,6 @@ MOZ_OPTIONS+= --disable-ldap --disable-mailnews .if ! ${PORT_OPTIONS:MLDAP} MOZ_OPTIONS+= --disable-ldap --enable-mailnews .else -# libprldap60.so: Undefined symbol "PR_GetCurrentThread" -. if ${ARCH} == i386 -USE_GCC?= yes -. endif MOZ_OPTIONS+= --enable-ldap --enable-mailnews .endif .if ${PORT_OPTIONS:MENIGMAIL} @@ -102,8 +99,6 @@ EM_ID= ${PORTNAME}@mozilla-enigmail.org EM_ID_RFILES= ${XPI_LIBDIR}/${EM_ID}/install.rdf \ ${XPI_LIBDIR}/${EM_ID}/components/enigmail.js \ ${XPI_LIBDIR}/${EM_ID}/modules/enigmailCommon.jsm -EXTRA_PATCHES+= ${FILESDIR}/extrapatch-enigmail-ipc-src-Makefile -EXTRA_PATCHES+= ${FILESDIR}/extra-bug886095 .endif .endif |