diff options
Diffstat (limited to 'x11/yelp/Makefile')
-rw-r--r-- | x11/yelp/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index bbd19f347fb2..df720e976ec5 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,12 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.154 2010/04/27 13:32:17 kwm Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.164 2010/10/18 13:37:34 kwm Exp $ # PORTNAME= yelp -PORTVERSION= 2.30.1 -PORTREVISION= 2 +PORTVERSION= 2.30.2 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -20,6 +20,8 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ rarian.0:${PORTSDIR}/textproc/rarian +CONFLICTS= yelp-2.31.* + USE_GECKO= libxul USE_GETTEXT= yes USE_BZIP2= yes |