diff options
-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 |