diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-10 05:56:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-10 05:56:28 +0000 |
commit | ae52bc80895a23ddbe33b86e75a9cf331ae32ba9 (patch) | |
tree | 5538a7d3541f6d56e4bbab9c6329f5b9db64dafb /devel/devhelp/Makefile | |
parent | - Update to 0.6.3 (diff) |
Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
Diffstat (limited to 'devel/devhelp/Makefile')
-rw-r--r-- | devel/devhelp/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index 1aea54eb0fca..8b68d782cc2b 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -3,10 +3,10 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/devhelp/Makefile,v 1.10 2009/01/09 22:20:28 kwm Exp $ +# $MCom: ports/devel/devhelp/Makefile,v 1.12 2009/01/11 18:03:38 marcus Exp $ PORTNAME= devhelp -PORTVERSION= 0.21 +PORTVERSION= 0.22 PORTEPOCH= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -15,10 +15,11 @@ DIST_SUBDIR= gnome2 MAINTAINER= kwm@FreeBSD.org COMMENT= Developer help browser for GNOME 2 +LIB_DEPENDS= webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2 + USE_BZIP2= yes USE_XORG= x11 USE_GETTEXT= yes -USE_GECKO= firefox xulrunner USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libwnck USE_AUTOTOOLS= libtool:15 @@ -28,12 +29,10 @@ USE_LDCONFIG= yes GCONF_SCHEMAS= devhelp.schemas CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gecko=${GECKO} OPTIONS= GEDIT "Enable GEdit plug-in support" off .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" .if defined(WITH_GEDIT) BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit |