Author: jbeich
Date: Tue Oct  2 18:28:24 2012
New Revision: 1057

Log:
force conflict if incompatible libxul version is installed

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk       Tue Oct  2 11:10:39 2012        (r1056)
+++ trunk/Mk/bsd.gecko.mk       Tue Oct  2 18:28:24 2012        (r1057)
@@ -79,8 +79,8 @@
 
 _GECKO_ALL=    libxul libxul19
 
-libxul_PLIST=          ${LOCALBASE}/lib/libxul/libxul.so
-libxul19_PLIST=                ${LOCALBASE}/lib/libxul/libxul.so
+libxul_PLIST=          libxul>=10
+libxul19_PLIST=                libxul=1.9.2.28_1 # keep in sync with 
www/libxul19
 
 .for gecko in ${_GECKO_ALL}
 ${gecko}_PORTSDIR?=    www
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to