diff options
Diffstat (limited to 'x11-wm/mutter/Makefile')
-rw-r--r-- | x11-wm/mutter/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile index 0635983b9..91661b2fc 100644 --- a/x11-wm/mutter/Makefile +++ b/x11-wm/mutter/Makefile @@ -3,11 +3,11 @@ # Whom: Pawel Worach <pawel.worach@gmail.com> # # $FreeBSD$ -# $MCom: ports/x11-wm/mutter/Makefile,v 1.27 2011/09/18 13:25:49 kwm Exp $ +# $MCom: ports/x11-wm/mutter/Makefile,v 1.28 2011/09/22 15:10:36 kwm Exp $ # PORTNAME= mutter -PORTVERSION= 3.1.92 +PORTVERSION= 3.2.0 CATEGORIES= x11-wm MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -31,9 +31,9 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gtk30 gconf2 ltverhack USE_LDCONFIG= yes -CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ - LIBS="-lexecinfo" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= LIBS="-lexecinfo" CONFIGURE_ARGS= --enable-compile-warnings=maximum GCONF_SCHEMAS= mutter.schemas |