diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-17 04:00:49 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-17 04:00:49 +0000 |
commit | b606d426aa42bb88d71166ead78521e257b47a61 (patch) | |
tree | f18d31ec635973bb5fd8c1087ffa71e52f66853b /x11-wm/metacity/Makefile | |
parent | eb7e0116638238cdb871ce0c423081a4ec04d48b (diff) | |
download | FreeBSD-ports-b606d426aa42bb88d71166ead78521e257b47a61.zip FreeBSD-ports-b606d426aa42bb88d71166ead78521e257b47a61.tar.gz |
Update to 2.4.1.
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 405dcf3..5fdb2ee 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -6,7 +6,7 @@ # PORTNAME= metacity -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= x11-wm MASTER_SITES= http://people.redhat.com/~hp/metacity/ DIST_SUBDIR= gnome2 @@ -26,6 +26,7 @@ USE_GNOME= gnomeprefix gnomehack gnomehier CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |