gecko: drop unused system hunspell after r509969
This commit is contained in:
parent
bb5a16b18b
commit
0c8b725e35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516435
@ -111,7 +111,7 @@ RUSTFLAGS+= ${CFLAGS:M-mcpu=*:S/-mcpu=/-C target-cpu=/}
|
||||
.endif
|
||||
|
||||
# Standard depends
|
||||
_ALL_DEPENDS= av1 event ffi graphite harfbuzz hunspell icu jpeg nspr nss png pixman sqlite vpx webp
|
||||
_ALL_DEPENDS= av1 event ffi graphite harfbuzz icu jpeg nspr nss png pixman sqlite vpx webp
|
||||
|
||||
.if exists(${FILESDIR}/patch-bug1559213)
|
||||
av1_LIB_DEPENDS= libaom.so:multimedia/aom libdav1d.so:multimedia/dav1d
|
||||
@ -132,9 +132,6 @@ harfbuzz_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
|
||||
harfbuzz_MOZ_OPTIONS= --with-system-harfbuzz
|
||||
.endif
|
||||
|
||||
hunspell_LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
|
||||
hunspell_MOZ_OPTIONS= --enable-system-hunspell
|
||||
|
||||
icu_LIB_DEPENDS= libicui18n.so:devel/icu
|
||||
icu_MOZ_OPTIONS= --with-system-icu --with-intl-api
|
||||
|
||||
|
@ -29,7 +29,7 @@ BUILD_DEPENDS= nspr>=4.21:devel/nspr \
|
||||
|
||||
SSP_UNSAFE= yes
|
||||
USE_GECKO= gecko
|
||||
USE_MOZILLA= -hunspell -vpx
|
||||
USE_MOZILLA= -vpx
|
||||
|
||||
USES= tar:xz
|
||||
|
||||
|
@ -32,7 +32,7 @@ BUILD_DEPENDS= nspr>=4.21:devel/nspr \
|
||||
USE_GECKO= gecko
|
||||
CPE_PRODUCT= ${PORTNAME}_esr
|
||||
CONFLICTS_INSTALL= firefox
|
||||
USE_MOZILLA= -hunspell -vpx
|
||||
USE_MOZILLA= -vpx
|
||||
|
||||
USES= tar:xz
|
||||
|
||||
|
@ -30,7 +30,7 @@ BUILD_DEPENDS= nspr>=4.21:devel/nspr \
|
||||
|
||||
USE_GECKO= gecko
|
||||
CONFLICTS_INSTALL= firefox-esr
|
||||
USE_MOZILLA= -hunspell -vpx
|
||||
USE_MOZILLA= -vpx
|
||||
|
||||
USES= tar:xz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user