From d07d1f0f3cad8f83fc53b1726b5c6f856c70e15b Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 21 Sep 2009 21:19:48 +0000 Subject: Switch default Gecko provider to libxul to allow this to build on pointyhat. Approved by: portmgr (implicit) Reported by: pav Feature safe: yes --- security/seahorse-plugins/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile index a6043f5e2eb2..e5f7be91b97a 100644 --- a/security/seahorse-plugins/Makefile +++ b/security/seahorse-plugins/Makefile @@ -8,7 +8,7 @@ PORTNAME= seahorse-plugins PORTVERSION= 2.26.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -21,7 +21,7 @@ LIB_DEPENDS= cryptui.0:${PORTSDIR}/security/seahorse USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GECKO= firefox libxul +USE_GECKO= libxul firefox USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils GNU_CONFIGURE= yes INSTALLS_ICONS= yes -- cgit