aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-05-23 01:13:11 +0800
committermarcus <marcus@FreeBSD.org>2002-05-23 01:13:11 +0800
commit0c2ac358e41357b5858bacfe89981245bde6d5ea (patch)
tree01b411e4f5774666e304851bbc0a43dcdd6fb9c9 /x11-wm
parente6a855054c1b498a0ef5718703c8a28dc0adb884 (diff)
downloadfreebsd-ports-gnome-0c2ac358e41357b5858bacfe89981245bde6d5ea.tar.gz
freebsd-ports-gnome-0c2ac358e41357b5858bacfe89981245bde6d5ea.tar.zst
freebsd-ports-gnome-0c2ac358e41357b5858bacfe89981245bde6d5ea.zip
Fix Xinerama support. Bump PORTREVISION.
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/metacity/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile
index 2a5d6718ea11..c6be59cfbd51 100644
--- a/x11-wm/metacity/Makefile
+++ b/x11-wm/metacity/Makefile
@@ -7,6 +7,7 @@
PORTNAME= metacity
PORTVERSION= 2.3.377
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://people.redhat.com/~hp/metacity/
DIST_SUBDIR= gnome2
@@ -22,8 +23,9 @@ USE_LIBTOOL= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--disable-gtk-doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \