Fix Xinerama support. Bump PORTREVISION.

This commit is contained in:
Joe Marcus Clarke 2002-05-22 17:13:11 +00:00
parent bbc55d00b8
commit 9e0926ecd2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59712

View File

@ -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 ; \