diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-23 02:22:58 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-23 02:22:58 +0800 |
commit | edff1225faaf2173dcb3d78d5d18325e200cbd80 (patch) | |
tree | cedc62ee5ba6080649fd02671c823394f4a78866 /x11-wm | |
parent | 0072d00b1c4dbf3e2bb54e3e8bdc46bbe961e6bf (diff) | |
download | freebsd-ports-gnome-edff1225faaf2173dcb3d78d5d18325e200cbd80.tar.gz freebsd-ports-gnome-edff1225faaf2173dcb3d78d5d18325e200cbd80.tar.zst freebsd-ports-gnome-edff1225faaf2173dcb3d78d5d18325e200cbd80.zip |
Fix options helpers conversion
Diffstat (limited to 'x11-wm')
-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 |