[SVN-Commit] r189 - branches/experimental/Mk

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Wed Dec 9 20:15:19 UTC 2009


Author: beat
Date: Wed Dec  9 20:15:12 2009
New Revision: 189

Log:
- Revert r188 to fix (obsolete) gecko providers and add custom PLIST for
  seamonkey and thunderbird (This one was anyway broken with r188).

Modified:
   branches/experimental/Mk/bsd.gecko.mk

Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk	Wed Dec  9 19:11:23 2009	(r188)
+++ branches/experimental/Mk/bsd.gecko.mk	Wed Dec  9 20:15:12 2009	(r189)
@@ -82,11 +82,14 @@
 		libxul
 
 thunderbird_PORTSDIR=	mail
+libxul_PLIST=		${LOCALBASE}/lib/libxul/libxul.so 
+seamonkey_PLIST=	${LOCALBASE}/lib/seamonkey/libxul.so 
+thunderbird_PLIST=	${LOCALBASE}/lib/thunderbird-3.0/libxul.so 
 
 .for gecko in ${_GECKO_ALL}
 ${gecko}_PORTSDIR?=	www
 ${gecko}_DEPENDS?=	${PORTSDIR}/${${gecko}_PORTSDIR}/${gecko}
-${gecko}_PLIST?=	${LOCALBASE}/lib/${gecko}/libxul.so
+${gecko}_PLIST?=	${LOCALBASE}/lib/${gecko}/libgtkembedmoz.so
 .endfor
 
 # Figure out which mozilla to use


More information about the freebsd-gecko mailing list