diff options
author | mezz <mezz@FreeBSD.org> | 2006-08-20 09:55:24 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-08-20 09:55:24 +0800 |
commit | a64e7785d504a8b8a37aba89d633a59780be7b56 (patch) | |
tree | 0c8ba35b12f7d3efe4c94c46ddf4dd4a5ec4b6c2 /www | |
parent | 6719126d7b4ae81cef513b2a5366e4aba253a7d8 (diff) | |
download | freebsd-ports-gnome-a64e7785d504a8b8a37aba89d633a59780be7b56.tar.gz freebsd-ports-gnome-a64e7785d504a8b8a37aba89d633a59780be7b56.tar.zst freebsd-ports-gnome-a64e7785d504a8b8a37aba89d633a59780be7b56.zip |
Use GCONF_SCHEMAS.
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 |