aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/compiz
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2014-04-23 19:26:06 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2014-04-23 19:26:06 +0000
commit2b18835f3b240b167dc906633192ba7cf374c2e3 (patch)
tree87b7cf392ca82d93241741b8fc9aeb23d1396621 /x11-wm/compiz
parenta8c970a3ab26c48b3610d56021f7b98f0b8f35ee (diff)
downloadports-2b18835f3b240b167dc906633192ba7cf374c2e3.tar.gz
ports-2b18835f3b240b167dc906633192ba7cf374c2e3.zip
Explicitly set libXext dependency to fix build after r351936.
Notes
Notes: svn path=/head/; revision=351966
Diffstat (limited to 'x11-wm/compiz')
-rw-r--r--x11-wm/compiz/Makefile3
-rw-r--r--x11-wm/compiz/files/patch-configure10
2 files changed, 12 insertions, 1 deletions
diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile
index 288391db0dcd..1ada495edd3f 100644
--- a/x11-wm/compiz/Makefile
+++ b/x11-wm/compiz/Makefile
@@ -21,7 +21,8 @@ INSTALL_TARGET= install-strip
USES= gettext gmake libtool:keepla pathfix tar:bzip2
USE_GL= glu
USE_GNOME= gconf2 libxslt
-USE_XORG= xcomposite xfixes xdamage xrandr xrender ice sm xinerama glproto
+USE_XORG= glproto ice sm xcomposite xdamage xext xfixes xinerama \
+ xrandr xrender
USE_LDCONFIG= yes
GCONF_SCHEMAS= gwd.schemas \
diff --git a/x11-wm/compiz/files/patch-configure b/x11-wm/compiz/files/patch-configure
new file mode 100644
index 000000000000..f5c9460b40c1
--- /dev/null
+++ b/x11-wm/compiz/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure
++++ configure
+@@ -17021,6 +17021,7 @@
+ COMPIZ_REQUIRES="xcomposite \
+ xfixes \
+ xdamage \
++ xext \
+ xrandr \
+ xinerama \
+ ice \