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 /x11-toolkits | |
parent | b4754144c20fa1b83ea1f22a47237a3eb7b53eea (diff) | |
download | marcuscom-ports-02710ddbc19e248424ce38956668ad3dd63024f4.tar.gz 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 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gnome-extras/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile index 35f7fc48b..c404ec9bf 100644 --- a/x11-toolkits/py-gnome-extras/Makefile +++ b/x11-toolkits/py-gnome-extras/Makefile @@ -3,12 +3,12 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.50 2009/05/27 18:27:52 kwm Exp $ +# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.51 2009/08/16 21:57:21 marcus Exp $ # PORTNAME= gnome PORTVERSION= 2.25.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits python gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//} @@ -25,7 +25,7 @@ LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell \ gksuui1.0.1:${PORTSDIR}/sysutils/libgksuui # gdl-1.2:${PORTSDIR}/x11-toolkits/gdl -USE_GECKO= firefox libxul xulrunner mozilla +USE_GECKO= libxul USE_BZIP2= yes USE_GMAKE= yes USE_PYTHON= yes |