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 | |
parent | Html manpages are no more. (diff) |
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')
-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> |