Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Oct 2012 18:28:24 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1057 - trunk/Mk
Message-ID:  <201210021828.q92ISOHc056074@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210021828.q92ISOHc056074>