diff options
author | jkim <jkim@FreeBSD.org> | 2014-05-01 12:32:55 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2014-05-01 12:32:55 +0800 |
commit | db7d649a5e3c0c1b184516384e23239a0d796aec (patch) | |
tree | e6855a64f53974800e18db6ac3004171ee919a4d /x11-wm/compiz/Makefile | |
parent | 502980d32eb26f1fbc37da5b0cd1fbcf042ef48e (diff) | |
download | freebsd-ports-gnome-db7d649a5e3c0c1b184516384e23239a0d796aec.tar.gz freebsd-ports-gnome-db7d649a5e3c0c1b184516384e23239a0d796aec.tar.zst freebsd-ports-gnome-db7d649a5e3c0c1b184516384e23239a0d796aec.zip |
Explicitly set libX11 dependency to fix build.
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 833baea6144a..6884f3424db8 100644 --- a/x11-wm/compiz/Makefile +++ b/x11-wm/compiz/Makefile @@ -21,7 +21,7 @@ INSTALL_TARGET= install-strip USES= gettext gmake libtool pathfix tar:bzip2 USE_GL= glu USE_GNOME= gconf2 libxslt -USE_XORG= glproto ice sm xcomposite xdamage xext xfixes xinerama \ +USE_XORG= glproto ice sm x11 xcomposite xdamage xext xfixes xinerama \ xrandr xrender USE_LDCONFIG= yes # Workaround buggy pkg_install |