aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xcompmgr
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-12-24 21:38:31 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-12-24 21:38:31 +0000
commitadda599446932f2dfe1c7d2620181a0e784a64a1 (patch)
tree2da9b9811a3a8d1a89a983f358fb23696d059b8c /x11-wm/xcompmgr
parentdb88c796f024c955783c1f7af1e5e76b1b30c790 (diff)
downloadports-adda599446932f2dfe1c7d2620181a0e784a64a1.tar.gz
ports-adda599446932f2dfe1c7d2620181a0e784a64a1.zip
Mark the port IGNORE on X_WINDOW_SYSTEM that doesn't have sufficient libraries.
Prodded by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=125094
Diffstat (limited to 'x11-wm/xcompmgr')
-rw-r--r--x11-wm/xcompmgr/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/xcompmgr/Makefile b/x11-wm/xcompmgr/Makefile
index ccc97d0f0eda..94df2d0f6ace 100644
--- a/x11-wm/xcompmgr/Makefile
+++ b/x11-wm/xcompmgr/Makefile
@@ -18,4 +18,10 @@ GNU_CONFIGURE= yes
MAN1= xcompmgr.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${X_WINDOW_SYSTEM:L} != xorg
+IGNORE= requires the composite extension, which is unavailable with XFree86.
+.endif
+
+.include <bsd.port.post.mk>