diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-26 15:48:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-26 15:48:24 +0800 |
commit | 05fae686ba765e936019a65dc658cb746c1139a5 (patch) | |
tree | 20246a53b2b111cfe3963279498ab2e0c4bd821e /x11 | |
parent | 00f9ec6ad8092fae931ed3f89a73dfcfb2dd219b (diff) | |
download | marcuscom-ports-05fae686ba765e936019a65dc658cb746c1139a5.tar.gz marcuscom-ports-05fae686ba765e936019a65dc658cb746c1139a5.tar.zst marcuscom-ports-05fae686ba765e936019a65dc658cb746c1139a5.zip |
Pull the trigger on yelp, and make the default Gecko libxul.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12732 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/yelp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 96c0361b7..33aa7e95b 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,11 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.137 2009/07/28 12:39:42 kwm Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.138 2009/08/25 10:00:43 kwm Exp $ # PORTNAME= yelp PORTVERSION= 2.27.4 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -18,7 +19,7 @@ COMMENT= A help browser for the GNOME 2 desktop LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ rarian.0:${PORTSDIR}/textproc/rarian -USE_GECKO= firefox libxul +USE_GECKO= libxul firefox USE_GETTEXT= yes USE_BZIP2= yes USE_XORG= ice |