diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-18 05:52:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-18 05:52:59 +0000 |
commit | 2cac2256110eb0418a81de52929a5e0e340417ed (patch) | |
tree | bdff8a5b9df6d9f7fe4539cbe31157eadef8b15b /www/galeon2 | |
parent | o Update to 0.6.0 pre4 (diff) |
Allow galeon to find and use Xinerama. This prevents galeon from maximizing
over multiple displays. Bump PORTREVISION.
Submitted by: Franz Klammer <klammer@webonaut.com>
Reviewed by: sobomax
Approved by: sobomax
Notes
Notes:
svn path=/head/; revision=57839
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 0ef92de6468a..3cb3ea25ff01 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -7,7 +7,7 @@ PORTNAME= galeon PORTVERSION= 1.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -36,7 +36,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mozilla-includes="${X11BASE}/include/mozilla" \ --with-mozilla-libs="${X11BASE}/lib/${MOZILLA}" \ --enable-nautilus-view -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -D_REENTRANT ${PTHREAD_CFLAGS}" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -D_REENTRANT ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |