aboutsummaryrefslogtreecommitdiffstats
path: root/www/galeon2
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-04-18 13:52:59 +0800
committermarcus <marcus@FreeBSD.org>2002-04-18 13:52:59 +0800
commit14d3dc290bd1f75884f685d7a6ed7f2dbefa2ff0 (patch)
tree7430ac03ee59736b4ba012234224aa3829e74e91 /www/galeon2
parent0b91b67ad84c8484e88046d81c0c41502c3b8c07 (diff)
downloadfreebsd-ports-gnome-14d3dc290bd1f75884f685d7a6ed7f2dbefa2ff0.tar.gz
freebsd-ports-gnome-14d3dc290bd1f75884f685d7a6ed7f2dbefa2ff0.tar.zst
freebsd-ports-gnome-14d3dc290bd1f75884f685d7a6ed7f2dbefa2ff0.zip
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
Diffstat (limited to 'www/galeon2')
-rw-r--r--www/galeon2/Makefile4
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}