diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-08-20 01:55:24 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-08-20 01:55:24 +0000 |
commit | 61b514d1a8eefa7ffc138b549301842828aabab3 (patch) | |
tree | 42e93817e6ee52bf8539bf956b6fa6c515c5918d /www | |
parent | 4591810031a7607490b375e1569863aa429670c9 (diff) | |
download | ports-61b514d1a8eefa7ffc138b549301842828aabab3.tar.gz ports-61b514d1a8eefa7ffc138b549301842828aabab3.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-bonobo/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla-bonobo/pkg-plist | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/www/mozilla-bonobo/Makefile b/www/mozilla-bonobo/Makefile index 02e2ac665522..d2d23e0d0818 100644 --- a/www/mozilla-bonobo/Makefile +++ b/www/mozilla-bonobo/Makefile @@ -41,6 +41,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-plugin-install-dir="${PREFIX}/lib/browser_plugins" \ --with-mozilla-include-dir="${X11BASE}/include/mozilla${HEADERS_SUFX}" +GCONF_SCHEMAS= mozilla-bonobo.schemas + BROKEN= "Does not build with new Mozilla" pre-everything:: diff --git a/www/mozilla-bonobo/pkg-plist b/www/mozilla-bonobo/pkg-plist index 5fc178a0a285..b0bc158c6087 100644 --- a/www/mozilla-bonobo/pkg-plist +++ b/www/mozilla-bonobo/pkg-plist @@ -1,7 +1,4 @@ bin/mozilla-bonobo-viewer -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/mozilla-bonobo.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/mozilla-bonobo.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/mozilla-bonobo.schemas > /dev/null || /usr/bin/true lib/browser_plugins/libmozilla_bonobo.so %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/AUTHORS |