diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-23 02:22:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-23 02:22:58 +0800 |
commit | 5f716218fad9335019b104a6327ecbe8b5e5e53f (patch) | |
tree | cedc62ee5ba6080649fd02671c823394f4a78866 /x11-wm/compiz/Makefile | |
parent | 245172ffa8ec4df49c200d67844c2be45df3acfc (diff) | |
download | freebsd-ports-gnome-5f716218fad9335019b104a6327ecbe8b5e5e53f.tar.gz freebsd-ports-gnome-5f716218fad9335019b104a6327ecbe8b5e5e53f.tar.zst freebsd-ports-gnome-5f716218fad9335019b104a6327ecbe8b5e5e53f.zip |
Fix options helpers conversion
Diffstat (limited to 'x11-wm/compiz/Makefile')
-rw-r--r-- | x11-wm/compiz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile index a8de74605912..f36c2126d111 100644 --- a/x11-wm/compiz/Makefile +++ b/x11-wm/compiz/Makefile @@ -79,7 +79,7 @@ SVG_CONFIGURE_ENABLE= librsvg SVG_USE= GNOME=librsvg2 GTK2_CONFIGURE_ENABLE= gtk -GTK2_USE= glib20 libwnck +GTK2_USE= GNOME=glib20,libwnck FUSE_CONFIGURE_ENABLE= fuse FUSE_USES= fuse |