From 06fff123f04648e578283b13f71108c1671ae751 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 10 Apr 2009 05:56:28 +0000 Subject: 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. --- astro/glunarclock/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'astro') diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile index d9b070c86c0e..bb8b80465e57 100644 --- a/astro/glunarclock/Makefile +++ b/astro/glunarclock/Makefile @@ -3,7 +3,7 @@ # Whom: Vincent Tantardini # # $FreeBSD$ -# $MCom: ports/astro/glunarclock/Makefile,v 1.10 2008/08/23 18:22:58 mezz Exp $ +# $MCom: ports/astro/glunarclock/Makefile,v 1.12 2009/04/07 03:25:51 marcus Exp $ # PORTNAME= glunarclock @@ -22,8 +22,9 @@ USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + LIBS="`pkg-config --libs libgnomeui-2.0`" INSTALLS_OMF= yes PLIST_SUB= VERSION="${PORTVERSION:R}" -- cgit