diff options
author | mezz <mezz@FreeBSD.org> | 2004-11-24 03:33:08 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-11-24 03:33:08 +0800 |
commit | 674ef6d2faf4cabdc934eabee182165994ccf013 (patch) | |
tree | 667e506bbd2dda24cbdcbe3855e74ab34414d08f /x11-wm/metacity/Makefile | |
parent | 0b9ad49bf224ac6ba6fcbf25c4d2da995e4b75ed (diff) | |
download | freebsd-ports-gnome-674ef6d2faf4cabdc934eabee182165994ccf013.tar.gz freebsd-ports-gnome-674ef6d2faf4cabdc934eabee182165994ccf013.tar.zst freebsd-ports-gnome-674ef6d2faf4cabdc934eabee182165994ccf013.zip |
Use new GCONF_SCHEMAS.
Approved by: pav
Diffstat (limited to 'x11-wm/metacity/Makefile')
-rw-r--r-- | x11-wm/metacity/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 9d2fccbde6f8..a6f7f415e3ef 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -28,4 +28,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" +GCONF_SCHEMAS= metacity.schemas + .include <bsd.port.mk> |