aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gnome-extras
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2009-05-11 01:40:06 +0800
committermezz <mezz@FreeBSD.org>2009-05-11 01:40:06 +0800
commit890a5bb626f3d12d9024a1a3395493c1f650b7e4 (patch)
tree04cf30c5374109a5a9fe8cc9455513d45c3eb8eb /x11-toolkits/py-gnome-extras
parent4fed4e142e807369806fa98efce6a290273b4f8b (diff)
downloadfreebsd-ports-gnome-890a5bb626f3d12d9024a1a3395493c1f650b7e4.tar.gz
freebsd-ports-gnome-890a5bb626f3d12d9024a1a3395493c1f650b7e4.tar.zst
freebsd-ports-gnome-890a5bb626f3d12d9024a1a3395493c1f650b7e4.zip
When use libxul, make sure it does build and install the module. Bump the
PORTREVISION. PR: ports/134339 Submitted by: "Junji NAKANISHI" <jun-g@daemonfreaks.com>
Diffstat (limited to 'x11-toolkits/py-gnome-extras')
-rw-r--r--x11-toolkits/py-gnome-extras/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile
index cfb1400e0166..f5377cf43a09 100644
--- a/x11-toolkits/py-gnome-extras/Makefile
+++ b/x11-toolkits/py-gnome-extras/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gnome
PORTVERSION= 2.25.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits python gnome
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//}
@@ -46,7 +46,7 @@ DOCSDIR= ${WRKSRC}/share/doc/py-gnome-extras
.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
.if defined(GECKO) && ${GECKO:Mlibxul}!=""
-CONFIGURE_ARGS+= --with-gtkmozembed=xulrunner
+CONFIGURE_ARGS+= --with-gtkmozembed=mozilla
.else
CONFIGURE_ARGS+= --with-gtkmozembed=${GECKO}
.endif