diff options
Diffstat (limited to 'x11-wm/metacity/Makefile')
-rw-r--r-- | x11-wm/metacity/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 2c4f00595..7cadcafeb 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -6,7 +6,7 @@ # PORTNAME= metacity -PORTVERSION= 2.9.2 +PORTVERSION= 2.9.3 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -24,6 +24,7 @@ USE_GMAKE= yes USE_LIBTOOL_VER=15 USE_GNOME= gnomeprefix intlhack gnomehack gnomehier gconf2 INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --enable-render CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" |