aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/metacity
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-22 17:13:11 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-22 17:13:11 +0000
commit9e0926ecd2848fdcf7c3d30baf587c6eef1c49eb (patch)
treeb02207b8ff3d2339a484bdae9e162d36c7552471 /x11-wm/metacity
parentbbc55d00b8e3ac47feff1306b3bd4d48e6a8f8cf (diff)
downloadports-9e0926ecd2848fdcf7c3d30baf587c6eef1c49eb.tar.gz
ports-9e0926ecd2848fdcf7c3d30baf587c6eef1c49eb.zip
Notes
Diffstat (limited to 'x11-wm/metacity')
-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 ; \