Author: jbeich
Date: Mon Jun 11 20:55:59 2012
New Revision: 748

Log:
enable system hunspell, excluding kompozer

Modified:
   branches/experimental/Mk/bsd.gecko.mk
   branches/experimental/www/kompozer/Makefile

Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk       Mon Jun 11 20:55:34 2012        
(r747)
+++ branches/experimental/Mk/bsd.gecko.mk       Mon Jun 11 20:55:59 2012        
(r748)
@@ -574,7 +574,7 @@
 .endfor
 
 # Standard depends
-_ALL_DEPENDS=  cairo dbm event ffi jpeg nspr nss png sqlite vpx zip
+_ALL_DEPENDS=  cairo dbm event ffi hunspell jpeg nspr nss png sqlite vpx zip
 
 cairo_LIB_DEPENDS=     cairo:${PORTSDIR}/graphics/cairo
 cairo_MOZ_OPTIONS=     --enable-system-cairo
@@ -588,6 +588,9 @@
 ffi_LIB_DEPENDS=       ffi:${PORTSDIR}/devel/libffi
 ffi_MOZ_OPTIONS=       --enable-system-ffi
 
+hunspell_LIB_DEPENDS=  hunspell-1.3:${PORTSDIR}/textproc/hunspell
+hunspell_MOZ_OPTIONS=  --enable-system-hunspell
+
 jpeg_LIB_DEPENDS=      jpeg:${PORTSDIR}/graphics/jpeg
 jpeg_MOZ_OPTIONS=      --with-system-jpeg=${LOCALBASE}
 jpeg_EXTRACT_AFTER_ARGS=       --exclude mozilla/jpeg

Modified: branches/experimental/www/kompozer/Makefile
==============================================================================
--- branches/experimental/www/kompozer/Makefile Mon Jun 11 20:55:34 2012        
(r747)
+++ branches/experimental/www/kompozer/Makefile Mon Jun 11 20:55:59 2012        
(r748)
@@ -24,7 +24,7 @@
 WRKSRC=                ${WRKDIR}/mozilla
 MAKEFILE=      client.mk
 ALL_TARGET=    build_all
-USE_MOZILLA=   -event -ffi -sqlite -vpx
+USE_MOZILLA=   -event -ffi -hunspell -sqlite -vpx
 USE_GECKO_OPTIONS=-dbus
 MOZ_EXTENSIONS=        
wallet,xml-rpc,xmlextras,pref,universalchardet,spellcheck
 MOZ_OPTIONS=   --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to