diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-05-10 17:40:06 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-05-10 17:40:06 +0000 |
commit | 681097201cc5aaa1048decd05fe89d35d7a67738 (patch) | |
tree | 3d46e0e7cad61f960da30da47e85ef290044232c /x11-toolkits/py-gnome-extras | |
parent | 4fd308ae9ed3c30dc6784fe9ca87886577c912a0 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/py-gnome-extras')
-rw-r--r-- | x11-toolkits/py-gnome-extras/Makefile | 4 |
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 |