diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-12-24 21:38:31 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-12-24 21:38:31 +0000 |
commit | adda599446932f2dfe1c7d2620181a0e784a64a1 (patch) | |
tree | 2da9b9811a3a8d1a89a983f358fb23696d059b8c /x11-wm/xcompmgr | |
parent | db88c796f024c955783c1f7af1e5e76b1b30c790 (diff) |
Notes
Diffstat (limited to 'x11-wm/xcompmgr')
-rw-r--r-- | x11-wm/xcompmgr/Makefile | 8 |
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> |