diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-17 04:00:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-17 04:00:49 +0000 |
commit | 874f47c544ac9dcdd525499325c8f0ebf8743697 (patch) | |
tree | 9ba206a9f2de812f1100998d4e7417102dd57e95 /x11-wm/metacity/Makefile | |
parent | 601d7f6199bca7a1fb8dd6001ce8e0fb612463c5 (diff) | |
download | ports-874f47c544ac9dcdd525499325c8f0ebf8743697.tar.gz ports-874f47c544ac9dcdd525499325c8f0ebf8743697.zip |
Notes
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 405dcf3d870d..5fdb2eebc6a0 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 ; \ |