diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-06 17:39:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-06 17:39:27 +0800 |
commit | 02710ddbc19e248424ce38956668ad3dd63024f4 (patch) | |
tree | a763eaabe45c5c72636978f5b7939ee9f97d29c0 /security | |
parent | b4754144c20fa1b83ea1f22a47237a3eb7b53eea (diff) | |
download | marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar.gz marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar.bz2 marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar.lz marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar.xz marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar.zst marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.zip |
Clean up USE_GECKO. Remove old mozilla products that will be removed soonish.
Submitted by: miwi
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12784 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse-plugins/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile index 9b85b647b..67dfe5329 100644 --- a/security/seahorse-plugins/Makefile +++ b/security/seahorse-plugins/Makefile @@ -3,12 +3,12 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse-plugins/Makefile,v 1.14 2009/07/19 09:06:09 kwm Exp $ +# $MCom: ports/security/seahorse-plugins/Makefile,v 1.15 2009/08/01 19:32:54 marcus Exp $ # PORTNAME= seahorse-plugins PORTVERSION= 2.27.1 -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 USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils GNU_CONFIGURE= yes INSTALLS_ICONS= yes |