diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-10 13:56:28 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-10 13:56:28 +0800 |
commit | ae52bc80895a23ddbe33b86e75a9cf331ae32ba9 (patch) | |
tree | 5538a7d3541f6d56e4bbab9c6329f5b9db64dafb /graphics/osg-devel | |
parent | 7934df773e0cc2a9924de75dd7cad9cc3d79d4ee (diff) | |
download | freebsd-ports-gnome-ae52bc80895a23ddbe33b86e75a9cf331ae32ba9.tar.gz freebsd-ports-gnome-ae52bc80895a23ddbe33b86e75a9cf331ae32ba9.tar.zst freebsd-ports-gnome-ae52bc80895a23ddbe33b86e75a9cf331ae32ba9.zip |
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 'graphics/osg-devel')
-rw-r--r-- | graphics/osg-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index 592be64f9716..edfd9227212f 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= osg PORTVERSION= 2.9.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/ @@ -188,7 +189,7 @@ PLIST_SUB+= SVG="@comment " .if defined(WITH_PDF) FORCE_PC_REQUIRE+=POPPLER -LIB_DEPENDS+= poppler-glib.3:${PORTSDIR}/graphics/poppler-gtk +LIB_DEPENDS+= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk PLIST_SUB+= PDF="" .else FORCE_PC_IGNORE+=POPPLER |