diff options
author | marcus <marcus@FreeBSD.org> | 2009-09-22 05:19:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-09-22 05:19:48 +0800 |
commit | d07d1f0f3cad8f83fc53b1726b5c6f856c70e15b (patch) | |
tree | 6c6808035b5c3446047bcd356d9212b7e9271a6f /security | |
parent | 5a323621205d6fb7fd10fe8d237dd19514688b60 (diff) | |
download | freebsd-ports-gnome-d07d1f0f3cad8f83fc53b1726b5c6f856c70e15b.tar.gz freebsd-ports-gnome-d07d1f0f3cad8f83fc53b1726b5c6f856c70e15b.tar.zst freebsd-ports-gnome-d07d1f0f3cad8f83fc53b1726b5c6f856c70e15b.zip |
Switch default Gecko provider to libxul to allow this to build on pointyhat.
Approved by: portmgr (implicit)
Reported by: pav
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |